wagtail/docs
Vishesh Garg db130175be
Merge af0deb3da4 into 74b5933ae7
2025-04-23 19:58:32 -04:00
..
_static
_templates
advanced_topics Document snippets requirement for features provided by model mixins (#12999) 2025-04-09 15:50:49 +01:00
contributing Move release process docs to releases section 2025-04-10 12:56:11 +01:00
deployment
editor_manual
extending
getting_started Formalize support for Django 5.2 2025-04-03 20:33:55 +01:00
public
reference Merge af0deb3da4 into 74b5933ae7 2025-04-23 19:58:32 -04:00
releases Release note for #12995 2025-04-24 00:51:42 +01:00
topics Don't duplicate snippets in "Snippets" menu 2025-04-17 14:31:31 +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.