Matt Westcott 1aa46c7088 Revert "Cache `Site.get_site_root_paths` in the request scope (#3354)" | před 7 roky | |
---|---|---|
.. | ||
_static | před 7 roky | |
advanced_topics | před 7 roky | |
contributing | před 7 roky | |
editor_manual | před 7 roky | |
getting_started | před 7 roky | |
reference | před 7 roky | |
releases | před 7 roky | |
topics | před 7 roky | |
Makefile | před 7 roky | |
README.md | před 8 roky | |
autobuild.sh | před 7 roky | |
conf.py | před 8 roky | |
index.rst | před 8 roky | |
logo.png | před 9 roky | |
requirements.txt | před 7 roky | |
spelling_wordlist.txt | před 7 roky | |
support.rst | před 8 roky |
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.