zerolab 96c3d719c2 Change the default WebP quality to 80 há 1 ano atrás
..
_static e5da22586b Update styles for block picker in dark mode (#10644) há 1 ano atrás
_templates d5e4ac5590 Update Algolia DocSearch integration with new application and correct versioning setup há 2 anos atrás
advanced_topics ce4afcd578 Update documentation for AVIF support há 1 ano atrás
contributing d88b3f8257 Convert the CONTRIBUTORS file to Markdown há 1 ano atrás
editor_manual 42f5ea1fc8 Move editor guide content to its own website há 2 anos atrás
extending f4ea0156a2 Implement new Draftail customisation APIs há 1 ano atrás
getting_started adde8b66f6 Drop support for Python 3.7 há 1 ano atrás
public a2e1becc49 Move security.txt to wagtail.org (#9751) há 1 ano atrás
reference ce4afcd578 Update documentation for AVIF support há 1 ano atrás
releases 92f37fe377 Release notes for #10596 há 1 ano atrás
topics 96c3d719c2 Change the default WebP quality to 80 há 1 ano atrás
Makefile fdf1597263 Fix broken "make livehtml" command há 4 anos atrás
README.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) há 1 ano atrás
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) há 8 anos atrás
conf.py ac10b36c7b Run pyupgrade with `--py38-plus` há 1 ano atrás
favicon.ico e2f2a8c005 add favicon to documentation há 7 anos atrás
index.rst 939b14b33c Move snippets.md docs to its own directory há 1 ano atrás
logo.png 82171f70fa reduced size of logo há 9 anos atrás
spelling_wordlist.txt aa9e9cddc7 Resolve multiple typos (spelling and grammar) há 1 ano atrás
support.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) há 1 ano atrás

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.