Matt Westcott 259770f56d Release note for #12831 in 6.4 17 hours ago
..
_static 961aa07547 Addressed feedback: Updated FieldPanel documentation 3 weeks ago
_templates d7ccda33f6 Update sphinx-wagtail-theme and search implementation (#12521) 3 months ago
advanced_topics 0bf909414a Fix minor whitespace formatting issues in docs 1 week ago
contributing 4b99a17554 Extend LTS period to 18 months 1 week ago
deployment 076af8bec8 Automatically set CSP when serving images and documents (#12672) 1 month ago
editor_manual 8b3540de0d Simplify Wagtail docs section titles 4 months ago
extending f90fae1aee typo fix 4 weeks ago
getting_started a2eb6ea8ca Drop support for Django 5.0 2 days ago
public a2e1becc49 Move security.txt to wagtail.org (#9751) 1 year ago
reference 695ff86c87 Remove versionchanged note for ImageChooserBlock to ImageBlock migration 2 days ago
releases 259770f56d Release note for #12831 in 6.4 17 hours ago
topics 335817e289 Revert "Simplify example of appending a rich text block to a streamfield" (#12831) 17 hours ago
tutorial d48cf61701 Docs - Use consistent indents for CSS snippets 1 month ago
Makefile f7fa20e600 Upgrade Sphinx to 7.3; use newer syntax for no-index directive and --fail-on-warning switch 6 months ago
README.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 year ago
conf.py b2958e2b4c Work around Sphinx failing to resolve HttpRequest in type annotations 1 week ago
favicon.ico e9593e7b6b Update all other Wagtail logos to the latest version 10 months ago
index.rst 8f215bda5f Rename deploy URL to deployment + update title 4 months ago
logo.png e9593e7b6b Update all other Wagtail logos to the latest version 10 months ago
spelling_wordlist.txt 1dd3dbea87 Fix spelling of `CloudFront` in docs & release notes 1 week ago
support.md e4e94a5640 Replace X links with Mastodon (#12460) 3 months ago

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.