wagtail/docs
Matt Westcott d4bb26509c Add release notes / fill in release date for 6.1.3 2024-07-11 11:38:56 +02:00
..
_static
_templates
advanced_topics Support SVG icon id attributes with single quotes in the styleguide (#11903) 2024-05-30 12:40:39 +01:00
contributing Fix malformed documentation ref `developing_using_a_fork` 2024-04-19 17:10:30 +10:00
editor_manual
extending Release note for CVE-2024-32882 in 6.0.3 2024-05-01 12:20:42 +01:00
getting_started
public
reference Add management command to fix UUID fields under MariaDB / Django 5.0 (#11912) 2024-05-01 11:08:57 +01:00
releases Add release notes / fill in release date for 6.1.3 2024-07-11 11:38:56 +02:00
topics Fix ico format conversion to work in template 2024-06-10 11:54:00 +01:00
tutorial Update tutorial page create_footer to use consistent filename 2024-04-19 17:10:30 +10:00
Makefile
README.md
autobuild.sh
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.