wagtail/docs
Matt Westcott 8823f03e23 Add release dates to 2.15.6 / 2.16.3 release notes 2022-09-05 13:25:50 +01:00
..
_static fix styling regression for pagination (search results) in dark mode 2022-08-26 06:59:26 +10:00
_templates
advanced_topics Add ability to set default configurable attributes to image tags 2022-08-25 18:20:45 +10:00
contributing
editor_manual clean up spelling of multi-site 2022-08-25 22:06:31 +10:00
extending
getting_started
reference Add docs & changelog for form builder FormMixin & EmailFormMixin 2022-08-31 23:12:27 +10:00
releases Add release dates to 2.15.6 / 2.16.3 release notes 2022-09-05 13:25:50 +01:00
topics Add ability to set default configurable attributes to image tags 2022-08-25 18:20:45 +10:00
Makefile
README.md
autobuild.sh
conf.py
favicon.ico
index.rst
logo.png
requirements.txt
robots.txt
spelling_wordlist.txt
support.md

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.