wagtail/docs
Matt Westcott 77a483e1cf remove spurious period from 6.3.4 release note 2025-02-19 14:05:13 +00:00
..
_static Update sphinx-wagtail-theme and search implementation (#12521) 2024-11-01 10:02:07 +00:00
_templates Update sphinx-wagtail-theme and search implementation (#12521) 2024-11-01 10:02:07 +00:00
advanced_topics Update accessibility concerns docs in light of GSOC contextual alt text project 2025-01-20 11:52:43 +00:00
contributing LTS releases are now supported for 18 months 2025-01-23 13:19:29 +00:00
deployment
editor_manual
extending typo fix 2025-01-02 09:22:34 +00:00
getting_started Update tutorial instructions to use icon for adding children pages 2024-11-22 09:47:40 +00:00
public
reference Add missing apostrophe in settings documentation (#12542) 2024-11-19 09:43:21 +00:00
releases remove spurious period from 6.3.4 release note 2025-02-19 14:05:13 +00:00
topics Revert "Simplify example of appending a rich text block to a streamfield" (#12831) 2025-01-29 20:50:00 +00:00
tutorial Docs: Fix up formatting on tutorial 'create' pages 2024-11-22 09:48:08 +00:00
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]

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.