Matt Westcott 41f6dc97b8 Release note for #12831 in 6.4 | 1 日 前 | |
---|---|---|
.. | ||
_static | 3 週間 前 | |
_templates | 3 ヶ月 前 | |
advanced_topics | 1 週間 前 | |
contributing | 1 週間 前 | |
deployment | 1 ヶ月 前 | |
editor_manual | 4 ヶ月 前 | |
extending | 4 週間 前 | |
getting_started | 1 週間 前 | |
public | 1 年間 前 | |
reference | 1 週間 前 | |
releases | 1 日 前 | |
topics | 1 日 前 | |
tutorial | 1 ヶ月 前 | |
Makefile | 6 ヶ月 前 | |
README.md | 1 年間 前 | |
conf.py | 2 週間 前 | |
favicon.ico | 10 ヶ月 前 | |
index.rst | 4 ヶ月 前 | |
logo.png | 10 ヶ月 前 | |
spelling_wordlist.txt | 1 週間 前 | |
support.md | 3 ヶ月 前 |
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.