LB Johnston 0e036d228f Add changelog entry for 4.0 - bulk actions for snippets #8574 2 gadi atpakaļ
..
_static db894a6457 Update editor manual screenshots 2 gadi atpakaļ
_templates 955ca7ad50 update Sphinx Wagtail Theme to 5.3.0 2 gadi atpakaļ
advanced_topics 5dad39fb57 docs: APIField naming (#9173) 2 gadi atpakaļ
contributing ad6294c5a9 Add PyPI classifier for Wagtail 4 to developer docs 2 gadi atpakaļ
editor_manual 7eefd98dc2 Revert chooser button labels to "Choose another X" 2 gadi atpakaļ
extending 0e036d228f Add changelog entry for 4.0 - bulk actions for snippets #8574 2 gadi atpakaļ
getting_started e8d67f778c Add alternative text for all documentation screenshots 2 gadi atpakaļ
public fbcdf89bc3 Add a security.txt file 2 gadi atpakaļ
reference e8d67f778c Add alternative text for all documentation screenshots 2 gadi atpakaļ
releases 0e036d228f Add changelog entry for 4.0 - bulk actions for snippets #8574 2 gadi atpakaļ
topics 75b64f70b5 Remove unused `note` title from page inline panel docs 2 gadi atpakaļ
Makefile fdf1597263 Fix broken "make livehtml" command 4 gadi atpakaļ
README.md 0012c344d9 auto-format core markdown files (#8603) 2 gadi atpakaļ
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 gadi atpakaļ
conf.py fbcdf89bc3 Add a security.txt file 2 gadi atpakaļ
favicon.ico e2f2a8c005 add favicon to documentation 7 gadi atpakaļ
index.rst 0a9b23979b Update links to wagtail.io website to point to wagtail.org 3 gadi atpakaļ
logo.png 82171f70fa reduced size of logo 9 gadi atpakaļ
requirements.txt 955ca7ad50 update Sphinx Wagtail Theme to 5.3.0 2 gadi atpakaļ
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist 4 gadi atpakaļ
support.md b9f6776600 documentation - migrate docs/support to markdown 2 gadi atpakaļ

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.