wagtail/docs
Matt Westcott f108167111 Release note for CVE-2021-32681 in Wagtail 2.12.5 2021-06-17 11:31:34 +01:00
..
_static
_templates
advanced_topics docs: update custom_account_settings.rst 2021-06-16 10:19:03 +01:00
contributing Update JavaScript guidelines to say two space indent 2021-05-17 15:26:10 +01:00
editor_manual
getting_started
reference Allow workflows to be disabled (#7218) 2021-05-26 19:23:28 +01:00
releases Release note for CVE-2021-32681 in Wagtail 2.12.5 2021-06-17 11:31:34 +01:00
topics Fix syntax error in StreamBlock example (#7238) 2021-06-04 19:04:38 +01:00
Makefile
README.md
autobuild.sh
conf.py
favicon.ico
index.rst
logo.png
requirements.txt
robots.txt
spelling_wordlist.txt
support.rst

README.md

Wagtail docs

These are Sphinx docs, automatically built at https://docs.wagtail.io when the main 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.