Matt Westcott 48b3a52c92 Release note for #12268 in 6.2.2 | vor 4 Monaten | |
---|---|---|
.. | ||
_static | vor 6 Monaten | |
_templates | vor 7 Monaten | |
advanced_topics | vor 4 Monaten | |
contributing | vor 5 Monaten | |
deploy | vor 4 Monaten | |
editor_manual | vor 2 Jahren | |
extending | vor 5 Monaten | |
getting_started | vor 5 Monaten | |
public | vor 1 Jahr | |
reference | vor 5 Monaten | |
releases | vor 4 Monaten | |
topics | vor 5 Monaten | |
tutorial | vor 5 Monaten | |
Makefile | vor 6 Monaten | |
README.md | vor 1 Jahr | |
conf.py | vor 6 Monaten | |
favicon.ico | vor 10 Monaten | |
index.rst | vor 5 Monaten | |
logo.png | vor 10 Monaten | |
spelling_wordlist.txt | vor 1 Jahr | |
support.md | vor 5 Monaten |
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.