Neeraj P Yetheendran 7fa335c20d Update Django intersphinx references to new format 1 vuosi sitten
..
_static 0de0cf4dd5 Add info-125 shade to color variables 1 vuosi sitten
_templates 814c6b3865 Bump djhtml to 3.0.6 (#11158) 1 vuosi sitten
advanced_topics 7fa335c20d Update Django intersphinx references to new format 1 vuosi sitten
contributing 7fa335c20d Update Django intersphinx references to new format 1 vuosi sitten
editor_manual 42f5ea1fc8 Move editor guide content to its own website 2 vuotta sitten
extending 7fa335c20d Update Django intersphinx references to new format 1 vuosi sitten
getting_started 7fa335c20d Update Django intersphinx references to new format 1 vuosi sitten
public a2e1becc49 Move security.txt to wagtail.org (#9751) 1 vuosi sitten
reference 7fa335c20d Update Django intersphinx references to new format 1 vuosi sitten
releases 7fa335c20d Update Django intersphinx references to new format 1 vuosi sitten
topics 7fa335c20d Update Django intersphinx references to new format 1 vuosi sitten
tutorial 3bc5564a8b Correct pygments lexer names 1 vuosi sitten
Makefile fdf1597263 Fix broken "make livehtml" command 4 vuotta sitten
README.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 vuosi sitten
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 vuotta sitten
conf.py ecc1194f61 Add myst_url_schemes config for external links 1 vuosi sitten
favicon.ico e2f2a8c005 add favicon to documentation 7 vuotta sitten
index.rst db0ee5992d Rename "advanced tutorial" to "full tutorial" (#11260) 1 vuosi sitten
logo.png 82171f70fa reduced size of logo 9 vuotta sitten
spelling_wordlist.txt aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 vuosi sitten
support.md fd05848a3b Remove mention of Wagtail Google group 1 vuosi sitten

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.