wagtail/docs
Matt Westcott 913162d1a1 Release note for #10284 in 4.2.2 2023-04-01 00:57:51 +01:00
..
_static Update Draftail entity source example recording (#10054) 2023-02-09 09:41:44 +00:00
_templates Update Algolia DocSearch integration with new application and correct versioning setup 2023-03-10 16:01:01 +00:00
advanced_topics Accessibility checker documentation (#10029) 2023-02-06 12:38:43 +00:00
contributing
editor_manual
extending Documentation - fix up ModelAdmin items 2023-02-06 10:27:13 +00:00
getting_started
public
reference Fix namespace for MultipleChooserPanel reference docs 2023-03-30 14:32:18 +01:00
releases Release note for #10284 in 4.2.2 2023-04-01 00:57:51 +01:00
topics Clarify ClusterableModel requirements for using relations with RevisionMixin-enabled models 2023-03-13 09:40:18 +00:00
Makefile
README.md
autobuild.sh
conf.py
favicon.ico
index.rst Update guide.wagtail.org links to point to v4.2.x pages 2023-02-03 11:32:41 +00:00
logo.png
requirements.txt Update Algolia DocSearch integration with new application and correct versioning setup 2023-03-10 16:01:01 +00:00
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.