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

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.