Bertrand Bordage 0a50aaf130 Typo. il y a 6 ans
..
_static dd4fb080e0 rename docs image il y a 6 ans
advanced_topics 48b5740d03 Merge branch 'docs-divio-cloud' of https://github.com/evildmp/wagtail into evildmp-docs-divio-cloud il y a 6 ans
contributing c5357dd271 second attempt ro clarify issue #4620 il y a 6 ans
editor_manual b5bfb66a11 Add note about deleting in docs il y a 6 ans
getting_started c38b172793 updated Django Docs Links to point to *docs.djangoproject.com/en/stable/* il y a 6 ans
reference 8d786c3534 Reference the `get_url` method in Page model reference docs il y a 6 ans
releases 806ba75497 Adds release notes for #4508. il y a 6 ans
topics 0a50aaf130 Typo. il y a 6 ans
Makefile f70226c845 add way of autocompile documentation il y a 8 ans
README.md 4bdc32aaad Eliminate reference to requirements-dev.txt il y a 9 ans
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) il y a 8 ans
conf.py 06227a11ea Removes the temporary Kickstarter banner. il y a 7 ans
favicon.ico e2f2a8c005 add favicon to documentation il y a 7 ans
index.rst b1db6c5882 Added Divio Cloud notes to documentation il y a 6 ans
logo.png 82171f70fa reduced size of logo il y a 9 ans
readthedocs.yml a52d5be479 requirements_file not needed, but maybe pip_install is il y a 7 ans
requirements.txt f15a98f983 readthedocs needs a requirements.txt, apparently il y a 7 ans
spelling_wordlist.txt 9ab54d0811 Added more words to the spelling wordlist il y a 7 ans
support.rst 676a5edee3 Mention Slack on support documentation il y a 7 ans

README.md

Wagtail docs

These are Sphinx docs, automatically built at http://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.