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

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.