Matt Westcott 259770f56d Release note for #12831 in 6.4 | 1 dag geleden | |
---|---|---|
.. | ||
_static | 3 weken geleden | |
_templates | 3 maanden geleden | |
advanced_topics | 1 week geleden | |
contributing | 1 week geleden | |
deployment | 1 maand geleden | |
editor_manual | 4 maanden geleden | |
extending | 4 weken geleden | |
getting_started | 3 dagen geleden | |
public | 1 jaar geleden | |
reference | 3 dagen geleden | |
releases | 1 dag geleden | |
topics | 1 dag geleden | |
tutorial | 1 maand geleden | |
Makefile | 6 maanden geleden | |
README.md | 1 jaar geleden | |
conf.py | 2 weken geleden | |
favicon.ico | 10 maanden geleden | |
index.rst | 4 maanden geleden | |
logo.png | 10 maanden geleden | |
spelling_wordlist.txt | 1 week geleden | |
support.md | 3 maanden geleden |
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.