Matt Westcott 259770f56d Release note for #12831 in 6.4 | 17 hours ago | |
---|---|---|
.. | ||
_static | 3 weeks ago | |
_templates | 3 months ago | |
advanced_topics | 1 week ago | |
contributing | 1 week ago | |
deployment | 1 month ago | |
editor_manual | 4 months ago | |
extending | 4 weeks ago | |
getting_started | 2 days ago | |
public | 1 year ago | |
reference | 2 days ago | |
releases | 17 hours ago | |
topics | 17 hours ago | |
tutorial | 1 month ago | |
Makefile | 6 months ago | |
README.md | 1 year ago | |
conf.py | 1 week ago | |
favicon.ico | 10 months ago | |
index.rst | 4 months ago | |
logo.png | 10 months ago | |
spelling_wordlist.txt | 1 week ago | |
support.md | 3 months ago |
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.