0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/docs
2022-08-30 16:28:46 +01:00
..
_static fix styling regression for pagination (search results) in dark mode 2022-08-26 06:59:54 +10:00
_templates update Sphinx Wagtail Theme to 5.3.0 2022-08-24 06:13:24 +10:00
advanced_topics Documentation - add WAGTAILADMIN_RICH_TEXT_EDITORS reference (#9079) 2022-08-25 06:31:56 +10:00
contributing Fix dead Transifex links 2022-08-19 17:30:20 +10:00
editor_manual fix up legacy release note refs & use consistent format 2022-08-16 12:43:24 +01:00
extending Update admin_views.md 2022-08-22 15:25:16 +10:00
getting_started fix up legacy release note refs & use consistent format 2022-08-16 12:43:24 +01:00
reference Add links to topic guide from mixin reference docs 2022-08-21 07:20:30 +10:00
releases Release note for #9099 2022-08-30 16:28:46 +01:00
topics Add links to topic guide from mixin reference docs 2022-08-21 07:20:30 +10:00
autobuild.sh
conf.py replace latin abbreviations with english phrases & updated docs guidelines 2022-07-20 16:11:38 +10:00
favicon.ico
index.rst
logo.png
Makefile
README.md
requirements.txt update Sphinx Wagtail Theme to 5.3.0 2022-08-24 06:13:24 +10:00
robots.txt
spelling_wordlist.txt
support.md documentation - migrate docs/support to markdown 2022-06-28 16:16:09 +10: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.