LB Johnston efa21b7bf7 fix typo in release notes před 3 roky
..
_static 4de5f3652c fix all basic linting rules (mostly formatting) před 3 roky
_templates e9183a95c8 Update docs links to reference new domain před 3 roky
advanced_topics 0a9b23979b Update links to wagtail.io website to point to wagtail.org před 3 roky
contributing 940fd1d041 Document full integration test steps před 3 roky
editor_manual 0a9b23979b Update links to wagtail.io website to point to wagtail.org před 3 roky
extending 0a9b23979b Update links to wagtail.io website to point to wagtail.org před 3 roky
getting_started d6d43338ef Drop support for Django <3.2 před 3 roky
reference 0a9b23979b Update links to wagtail.io website to point to wagtail.org před 3 roky
releases efa21b7bf7 fix typo in release notes před 3 roky
topics abf408d8f6 Formally deprecate old db search backends (#7651) před 3 roky
Makefile fdf1597263 Fix broken "make livehtml" command před 4 roky
README.md e9183a95c8 Update docs links to reference new domain před 3 roky
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) před 8 roky
conf.py ed4ed7a338 Add Sphinx Wagtail Theme (#6930) před 3 roky
favicon.ico e2f2a8c005 add favicon to documentation před 7 roky
index.rst 0a9b23979b Update links to wagtail.io website to point to wagtail.org před 3 roky
logo.png 82171f70fa reduced size of logo před 9 roky
requirements.txt 9f3e6585af Docs: Update sphinx-wagtail-theme to 5.0.4 (#7296) před 3 roky
robots.txt e9183a95c8 Update docs links to reference new domain před 3 roky
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist před 4 roky
support.rst 0a9b23979b Update links to wagtail.io website to point to wagtail.org před 3 roky

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.