Matt Westcott e839ff7917 Add missing doc link for 2.8.2 há 4 anos atrás
..
_static 1966ed5238 Author specific locking docs changes (#5771) há 4 anos atrás
advanced_topics abd8320dc3 Update links in docs to point at stable Django version há 4 anos atrás
contributing 229103ff2e Update links in documentation. (#5689) há 5 anos atrás
editor_manual 1966ed5238 Author specific locking docs changes (#5771) há 4 anos atrás
getting_started 110101d96e Make Django 3.0 support official há 4 anos atrás
reference 1966ed5238 Author specific locking docs changes (#5771) há 4 anos atrás
releases e839ff7917 Add missing doc link for 2.8.2 há 4 anos atrás
topics d2080ff892 Update docs to cover responsive HTML being disabled by default há 4 anos atrás
Makefile 229103ff2e Update links in documentation. (#5689) há 5 anos atrás
README.md 229103ff2e Update links in documentation. (#5689) há 5 anos atrás
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) há 7 anos atrás
conf.py a26a3309ee Add Wagtail Space Arnhem banner to documentation há 5 anos atrás
favicon.ico e2f2a8c005 add favicon to documentation há 6 anos atrás
index.rst c915ae9cb5 Fix broken link to bakerydemo (#4834) há 6 anos atrás
logo.png 82171f70fa reduced size of logo há 9 anos atrás
requirements.txt f15a98f983 readthedocs needs a requirements.txt, apparently há 7 anos atrás
spelling_wordlist.txt 9ab54d0811 Added more words to the spelling wordlist há 6 anos atrás
support.rst 229103ff2e Update links in documentation. (#5689) há 5 anos atrás

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.