Matt Westcott 259770f56d 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 | 3 днів тому | |
public | 1 рік тому | |
reference | 3 днів тому | |
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.