wagtail/docs
LB (Ben Johnston) cd88d1191d
Add recent third party tutorials (October 2022) (#9307)
2022-10-13 07:19:36 +01:00
..
_static Update incorrect tutorial_4c illustration, highlighting the wrong button 2022-10-12 14:49:33 +01:00
_templates
advanced_topics Add recent third party tutorials (October 2022) (#9307) 2022-10-13 07:19:36 +01:00
contributing Documentation - update dead/redirected links 2022-10-11 20:44:08 +10:00
editor_manual Documentation - update dead/redirected links 2022-10-11 20:44:08 +10:00
extending Documentation - update dead/redirected links 2022-10-11 20:44:08 +10:00
getting_started Update incorrect tutorial_4c illustration, highlighting the wrong button 2022-10-12 14:49:33 +01:00
public
reference Documentation - misc formatting clean up items 2022-10-13 05:46:26 +10:00
releases Clarify active step in workflow by changing the icons. Fix #8484 (#9305) 2022-10-13 07:16:53 +01:00
topics Documentation - misc formatting clean up items 2022-10-13 05:46:26 +10:00
Makefile
README.md Documentation - update dead/redirected links 2022-10-11 20:44:08 +10:00
autobuild.sh
conf.py
favicon.ico
index.rst
logo.png
requirements.txt
spelling_wordlist.txt
support.md Documentation - update dead/redirected links 2022-10-11 20:44:08 +10:00

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 MyST playground at Curvenote or the MyST-Markdown VS Code Extension are helpful tools for working with the MyST syntax.