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