wagtail/docs
Harris Bard Lapiroff 1adc82c044
Add trimmed to blocktrans tags. Fix #8217 (#8226)
2022-04-01 23:16:51 +01:00
..
_static Add Wagtail Space NL 2022 banner to docs (#8264) 2022-04-01 10:58:02 +01:00
_templates
advanced_topics fixed punctuation issues and modified text in wagtail documentation. (#8262) 2022-04-01 17:12:57 +01:00
contributing Remove description of some-day milestone (#8255) 2022-03-30 15:52:51 -04:00
editor_manual Remove IE11 warning message and related files 2022-02-22 17:22:39 +10:00
extending Add trimmed to blocktrans tags. Fix #8217 (#8226) 2022-04-01 23:16:51 +01:00
getting_started Move wagtail.admin.edit_handlers to wagtail.admin.panels 2022-03-25 10:44:25 -04:00
reference Renumber Wagtail 2.17 to 3.0 2022-03-31 06:38:27 +10:00
releases Add trimmed to blocktrans tags. Fix #8217 (#8226) 2022-04-01 23:16:51 +01:00
topics Page description (#8164) 2022-04-01 22:16:41 +01:00
Makefile
README.md
autobuild.sh
conf.py Move tests to test 2022-03-17 17:19:59 +00:00
favicon.ico
index.rst
logo.png
requirements.txt Remove docutils pin 2022-03-11 15:21:47 +00:00
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.