0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 13:10:14 +01:00
wagtail/docs
2023-07-15 10:37:16 +10:00
..
_static Update styles for block picker in dark mode (#10644) 2023-07-14 14:42:12 +01:00
_templates
advanced_topics Update documentation for AVIF support 2023-07-14 16:17:53 +01:00
contributing Convert the CONTRIBUTORS file to Markdown 2023-06-28 20:50:12 +10:00
editor_manual
extending Implement new Draftail customisation APIs 2023-07-06 13:14:54 +10:00
getting_started Drop support for Python 3.7 2023-07-14 13:06:41 +01:00
public
reference Update documentation for AVIF support 2023-07-14 16:17:53 +01:00
releases Revise release note for model ordering #10469 2023-07-15 10:37:16 +10:00
topics Change the default WebP quality to 80 2023-07-14 16:17:53 +01:00
autobuild.sh
conf.py Run pyupgrade with --py38-plus 2023-07-14 13:06:41 +01:00
favicon.ico
index.rst
logo.png
Makefile
README.md
spelling_wordlist.txt
support.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.