wagtail/docs
sag​e 841b36ed18
Prevent main menu from re-rendering when clicking outside while the menu is closed ()
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2025-01-20 07:33:36 +00:00
..
_static
_templates
advanced_topics Release notes for / 2025-01-17 20:37:09 +00:00
contributing Update documented Safari support version numbers 2025-01-17 13:50:12 +00:00
deployment
editor_manual
extending
getting_started
public
reference
releases Prevent main menu from re-rendering when clicking outside while the menu is closed () 2025-01-20 07:33:36 +00:00
topics Use double quotes in code snippet 2025-01-16 14:53:16 +00:00
tutorial
Makefile
README.md
conf.py Work around Sphinx failing to resolve HttpRequest in type annotations 2025-01-16 16:00:14 +00:00
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.