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.