LB Johnston 52e87968e2 fix up changelog entry for #7752 hace 2 años
..
_static 7edb577d94 Pin sphinx-wagtail-theme==5.1.0 hace 3 años
_templates 01986cfa17 Indent templates with djhtml hace 3 años
advanced_topics 7e73349dc1 documentation - migrate api section to markdown hace 2 años
contributing d9981e0ec7 fix up spelling in documentation & docstrings (should be en-GB not en-US) hace 2 años
editor_manual 177f005a20 documentation - migrate editor's guide to markdown from RST hace 3 años
extending d9981e0ec7 fix up spelling in documentation & docstrings (should be en-GB not en-US) hace 2 años
getting_started d9981e0ec7 fix up spelling in documentation & docstrings (should be en-GB not en-US) hace 2 años
reference 4f5d688021 Add ability for upgrade notification to show the relevant release to the user hace 2 años
releases 52e87968e2 fix up changelog entry for #7752 hace 2 años
topics d9981e0ec7 fix up spelling in documentation & docstrings (should be en-GB not en-US) hace 2 años
Makefile fdf1597263 Fix broken "make livehtml" command hace 4 años
README.md e9183a95c8 Update docs links to reference new domain hace 3 años
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) hace 8 años
conf.py d9981e0ec7 fix up spelling in documentation & docstrings (should be en-GB not en-US) hace 2 años
favicon.ico e2f2a8c005 add favicon to documentation hace 7 años
index.rst 0a9b23979b Update links to wagtail.io website to point to wagtail.org hace 3 años
logo.png 82171f70fa reduced size of logo hace 9 años
requirements.txt b48e1c083c Update myst_parser to v0.17.2 (#8380) hace 2 años
robots.txt e9183a95c8 Update docs links to reference new domain hace 3 años
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist hace 4 años
support.rst 4718fae68b Update email addresses for new .org domain (#7845) hace 3 años

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 editor at http://rst.ninjs.org/ is a helpful tool for checking reStructuredText syntax.