wagtail/docs
Sage Abdullah 06de31d47d
Fill in release date for 5.0.1 in docs
2023-05-25 14:52:03 +01:00
..
_static Update admin views, Draftail, TableBlock documentation images 2023-05-05 07:22:39 +01:00
_templates
advanced_topics Ensure that models can still be registered with ReferenceIndex.register_model after the initial set of signals has been connected 2023-04-20 11:21:43 +01:00
contributing Add Wagtail 5 pypi classifier to docs 2023-04-27 14:00:15 +01:00
editor_manual
extending
getting_started
public Move security.txt to wagtail.org (#9751) 2023-04-21 18:01:58 +01:00
reference Link to RFC 85 and mention modeladmin deprecation in future release 2023-05-02 13:38:54 +01:00
releases Fill in release date for 5.0.1 in docs 2023-05-25 14:52:03 +01:00
topics Improve customisability of the accessibility checker configuration. Fix #10137 (#10333) 2023-04-20 07:46:56 +01:00
Makefile
README.md
autobuild.sh
conf.py
favicon.ico
index.rst
logo.png
requirements.txt
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.