Matt Westcott 122575d2ee Release note for #5848 5 vuotta sitten
..
_static 2e23ef4ee4 Author specific locking docs changes (#5771) 5 vuotta sitten
advanced_topics 96cd5c066d Update wording 5 vuotta sitten
contributing 676503023d Mention docker-wagtail-develop in developing docs (#5820) 5 vuotta sitten
editor_manual 2e23ef4ee4 Author specific locking docs changes (#5771) 5 vuotta sitten
getting_started 4df455ea9f Remove support for Django 2.1 (#5840) 5 vuotta sitten
reference 09a2ccf8cc Documentation for custom tag models 5 vuotta sitten
releases 122575d2ee Release note for #5848 5 vuotta sitten
topics 4950158e46 Remove remaining references to request.site 5 vuotta sitten
Makefile 229103ff2e Update links in documentation. (#5689) 5 vuotta sitten
README.md 229103ff2e Update links in documentation. (#5689) 5 vuotta sitten
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 vuotta sitten
conf.py a26a3309ee Add Wagtail Space Arnhem banner to documentation 6 vuotta sitten
favicon.ico e2f2a8c005 add favicon to documentation 7 vuotta sitten
index.rst c915ae9cb5 Fix broken link to bakerydemo (#4834) 6 vuotta sitten
logo.png 82171f70fa reduced size of logo 9 vuotta sitten
requirements.txt f15a98f983 readthedocs needs a requirements.txt, apparently 7 vuotta sitten
spelling_wordlist.txt 9ab54d0811 Added more words to the spelling wordlist 7 vuotta sitten
support.rst 229103ff2e Update links in documentation. (#5689) 5 vuotta sitten

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.