wagtail/docs
Andrew Selzer eaf0829666
Updates CONTRIBUTING.md for Guidance for AI-led contributions ticket (#13408)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2025-09-12 16:01:20 -05:00
..
_static
_templates
advanced_topics Add upgrade considerations 2025-09-04 12:13:10 +01:00
contributing
deployment Clean up whitespace formatting in documentation 2025-07-28 09:19:23 +02:00
editor_manual Simplify Wagtail docs section titles 2024-09-19 10:09:46 +01:00
extending Fix cross-reference links to the TypeDoc-generated docs 2025-08-08 11:54:33 +01:00
getting_started docs: getting_started-tutorial remove unused imports 2025-08-20 19:39:16 +10:00
public
reference Improve linked documentation for Page.move() 2025-09-10 10:13:42 +02:00
releases Updates CONTRIBUTING.md for Guidance for AI-led contributions ticket (#13408) 2025-09-12 16:01:20 -05:00
topics Add note about csp in embeds 2025-09-11 11:39:07 +01:00
tutorial
Makefile
README.md
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.