wagtail/docs
Yuekui 1ea8a0e360 Increase Pillow dependency range to include 10.x
- Drop support for Pillow versions below `9.1.0`
- Fixes #10631
2023-07-06 17:09:28 +10:00
..
_static Revamp more of the getting started tutorial 2023-06-30 14:49:15 +01:00
_templates
advanced_topics Docs - Align on client-side & fix Draftail typos 2023-07-03 19:18:44 +10:00
contributing
editor_manual
extending Implement new Draftail customisation APIs 2023-07-06 13:14:54 +10:00
getting_started Switch the tutorial snippets example to be more understandable #10609 (#10624) 2023-07-03 16:54:49 +01:00
public
reference
releases Increase Pillow dependency range to include 10.x 2023-07-06 17:09:28 +10:00
topics
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.