Timothy Bautista cfc2bc8470 Fix minor typo in 2.10 changelog (#6140) 4 éve
..
_static dd7a928353 Tweak Wagtail logo hover animation in docs 4 éve
advanced_topics 52013f4920 Mention INSTALLED_APPS ordering in custom user docs 4 éve
contributing 99abab5d6b Add section to explain commit to pull request 4 éve
editor_manual ff37ad6ab9 Add 'add_redirect' static method to Redirect 4 éve
getting_started a1a2c35c1c Template render richtext without wrapper, add wagtail.contrib.legacy.richtext 4 éve
reference 301d1bc7f5 Add ability to import redirects from a file wagtail.contrib.redirects 4 éve
releases cfc2bc8470 Fix minor typo in 2.10 changelog (#6140) 4 éve
topics 8d84f6a415 Changelog/release note/contributor for #6040 4 éve
Makefile 229103ff2e Update links in documentation. (#5689) 5 éve
README.md 229103ff2e Update links in documentation. (#5689) 5 éve
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 éve
conf.py 9359b14326 fix sphinx warnings (#6001) 4 éve
favicon.ico e2f2a8c005 add favicon to documentation 7 éve
index.rst c915ae9cb5 Fix broken link to bakerydemo (#4834) 6 éve
logo.png 82171f70fa reduced size of logo 9 éve
requirements.txt f15a98f983 readthedocs needs a requirements.txt, apparently 7 éve
spelling_wordlist.txt 9ab54d0811 Added more words to the spelling wordlist 7 éve
support.rst ef0c8f3446 Add documentation for reporting security issues 5 éve

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.