Matt Westcott 1aa46c7088 Revert "Cache `Site.get_site_root_paths` in the request scope (#3354)" | 7 gadi atpakaļ | |
---|---|---|
.. | ||
_static | 7 gadi atpakaļ | |
advanced_topics | 7 gadi atpakaļ | |
contributing | 7 gadi atpakaļ | |
editor_manual | 7 gadi atpakaļ | |
getting_started | 7 gadi atpakaļ | |
reference | 7 gadi atpakaļ | |
releases | 7 gadi atpakaļ | |
topics | 7 gadi atpakaļ | |
Makefile | 7 gadi atpakaļ | |
README.md | 8 gadi atpakaļ | |
autobuild.sh | 7 gadi atpakaļ | |
conf.py | 8 gadi atpakaļ | |
index.rst | 8 gadi atpakaļ | |
logo.png | 9 gadi atpakaļ | |
requirements.txt | 7 gadi atpakaļ | |
spelling_wordlist.txt | 7 gadi atpakaļ | |
support.rst | 8 gadi atpakaļ |
These are Sphinx docs, automatically built at http://docs.wagtail.io when the master 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 editor at http://rst.ninjs.org/ is a helpful tool for checking reStructuredText syntax.