0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/docs
2022-02-24 17:20:35 +00:00
..
_static Remove all style customisations for documentation, except banner. Fix #7987 (#7990) 2022-02-18 13:41:18 +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 add make format to cover most auto-fixable formatting (#8022) 2022-02-24 17:20:35 +00:00
editor_manual Remove IE11 warning message and related files 2022-02-22 17:22:39 +10:00
extending Remove redundant noopener from noreferrer rel attributes 2022-02-15 16:31:57 +00:00
getting_started Remove 'db' and 'postgres_search' search backends 2022-02-08 19:00:47 +00:00
reference Remove a reference to the recipe from redirects.rst 2022-02-22 16:18:46 +10:00
releases Always set the filename in Content-Disposition 2022-02-23 06:50:21 +10:00
topics Fixed typo in StreamBlock example (#8020) 2022-02-21 17:37:42 +00:00
autobuild.sh
conf.py Reformat with black 2022-02-15 13:06:17 +00:00
favicon.ico
index.rst Update links to wagtail.io website to point to wagtail.org 2022-01-15 20:23:44 +10:00
logo.png
Makefile
README.md Update docs links to reference new domain 2022-01-15 20:04:24 +10:00
requirements.txt
robots.txt Update docs links to reference new domain 2022-01-15 20:04:24 +10:00
spelling_wordlist.txt
support.rst Update email addresses for new .org domain (#7845) 2022-01-28 12:16:24 +00:00

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.