wagtail/docs
Matt Westcott 6857f6431a Release note for #12217 2024-08-23 16:18:18 +01:00
..
_static
_templates
advanced_topics Adding updated tutorial link requested by DIVIO. 2024-08-23 15:31:24 +01:00
contributing
editor_manual
extending Fix typo in admin url finder docs (#12193) 2024-08-01 11:48:20 +01:00
getting_started Formalise support for Django 5.1 2024-08-12 11:26:44 +01:00
public
reference Add example date/time formatting for the Wagtail admin settings. (#12083) 2024-08-02 13:54:13 +01:00
releases Release note for #12217 2024-08-23 16:18:18 +01:00
topics
tutorial
Makefile
README.md
conf.py
favicon.ico
index.rst
logo.png
spelling_wordlist.txt
support.md Update twitter link in support docs to x.com (#12205) 2024-08-05 13:54:37 +01:00

README.md

Wagtail docs

These are Sphinx docs, automatically built at https://docs.wagtail.org when the main branch is committed to GitHub. To build them locally, install Wagtail's development requirements (in the root Wagtail directory):

pip install -e .[testing,docs]

To build the documentation for browsing, from this directory run:

make html

then open _build/html/index.html in a browser.

To rebuild automatically while editing the documentation, from this directory run:

sphinx-autobuild . _build

The online MyST playground at Curvenote or the MyST-Markdown VS Code Extension are helpful tools for working with the MyST syntax.