0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/docs
2022-02-12 01:15:51 +00:00
..
_static Add new version fo Wagtail Space docs banner. Fix #6089 (#7956) 2022-02-11 12:38:22 +00:00
_templates Indent templates with djhtml 2022-02-12 01:15:51 +00:00
advanced_topics Remove old versionadded / versionchanged notes 2022-02-08 19:00:47 +00:00
contributing Djhtml install and configure with pre-commit (#7940) 2022-02-12 01:04:21 +00:00
editor_manual
extending
getting_started Remove 'db' and 'postgres_search' search backends 2022-02-08 19:00:47 +00:00
reference Remove old versionadded / versionchanged notes 2022-02-08 19:00:47 +00:00
releases Add changelog for #7946, #7947, #7951 2022-02-11 14:41:56 +00:00
topics Updated docs link to supported Django version (#7917) 2022-02-04 12:33:56 +00:00
autobuild.sh
conf.py Fix warnings from flake8-comprehensions. 2022-02-11 14:34:00 +00:00
favicon.ico
index.rst
logo.png
Makefile
README.md
requirements.txt
robots.txt
spelling_wordlist.txt
support.rst

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.