wagtail/docs
LB Johnston 927358bf3c add release note #7941 2022-02-22 16:35:42 +10:00
..
_static Remove all style customisations for documentation, except banner. Fix #7987 (#7990) 2022-02-18 13:41:18 +00:00
_templates
advanced_topics
contributing Update development instructions to use Node.js 16 (#8019) 2022-02-21 11:53:08 +00:00
editor_manual
extending
getting_started
reference Remove a reference to the recipe from redirects.rst 2022-02-22 16:18:46 +10:00
releases add release note #7941 2022-02-22 16:35:42 +10:00
topics Fixed typo in StreamBlock example (#8020) 2022-02-21 17:37:42 +00: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.org 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.