wagtail/docs
Matt Westcott 47fc200864 Release note for #13077 2025-05-13 22:45:14 +01:00
..
_static
_templates
advanced_topics Update custom rendition docs 2025-05-07 19:34:17 -04:00
contributing Add note about bogus CVE requests to security policy 2025-05-09 14:13:32 +01:00
deployment
editor_manual
extending Document expand_db_html usage for rich text in REST framework API. Fix #2695 2025-05-06 13:29:15 +01:00
getting_started
public
reference Update customization.md 2025-05-12 17:42:54 +01:00
releases Release note for #13077 2025-05-13 22:45:14 +01:00
topics Document WorkflowMixin._workflow_states and its difference with workflow_states 2025-05-07 14:49:20 +01:00
tutorial
Makefile Update doc8 to latest 2025-04-10 10:30:32 +07:00
README.md Update editable installation instruction to use editable_mode=strict 2025-04-10 10:30:33 +07:00
conf.py
favicon.ico
index.rst
logo.png
spelling_wordlist.txt
support.md

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] --config-settings editable-mode=strict

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.