Robert Rollins d18ffb0233 Implemented a 'choose' permission for Images and Documents (#6466) 4 lat temu
..
_static 5d8caaf096 Update editor manual images where they show the old edit/workflow admin views before revamp 4 lat temu
advanced_topics ac88310402 Update third-party tutorials (#6622) 4 lat temu
contributing 67235accfc Improve database settings and docs for tests (#6585) 4 lat temu
editor_manual 75f363ecf3 fix trailing whitespace 4 lat temu
getting_started 5bcfcdd315 Formalise support for Python 3.9 4 lat temu
reference 3d18986610 fix ModelAdmin example (#6645) 4 lat temu
releases d18ffb0233 Implemented a 'choose' permission for Images and Documents (#6466) 4 lat temu
topics d18ffb0233 Implemented a 'choose' permission for Images and Documents (#6466) 4 lat temu
Makefile 878f2784cb Add config section for doc8 in setup.cfg and ignore _build dir 4 lat temu
README.md 229103ff2e Update links in documentation. (#5689) 5 lat temu
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 lat temu
conf.py cbf0be31d5 revert to @allcaps's original approach to including robots.txt 4 lat temu
favicon.ico e2f2a8c005 add favicon to documentation 7 lat temu
index.rst c915ae9cb5 Fix broken link to bakerydemo (#4834) 6 lat temu
logo.png 82171f70fa reduced size of logo 9 lat temu
requirements.txt f15a98f983 readthedocs needs a requirements.txt, apparently 7 lat temu
robots.txt cbf0be31d5 revert to @allcaps's original approach to including robots.txt 4 lat temu
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist 4 lat temu
support.rst ef0c8f3446 Add documentation for reporting security issues 4 lat temu

README.md

Wagtail docs

These are Sphinx docs, automatically built at https://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.