Michael Brown 30ec4631d2 Disable image/document Update button on click (#6676) 4 年之前
..
_static 868f19c95d Prevent “Forgotten password” link from overlapping with field on mobile devices (#6748) 3 年之前
_templates ed4ed7a338 Add Sphinx Wagtail Theme (#6930) 4 年之前
advanced_topics 212def6aa2 docs: update custom_account_settings.rst 3 年之前
contributing 13b8b1b7b8 Update JavaScript guidelines to say two space indent 3 年之前
editor_manual 59f63abdad Add documentation for commenting 3 年之前
getting_started 85c97fe87f Drop support for Django 2.2 3 年之前
reference 87057501ac Add titlesonly to reference / topics top-level TOCs 3 年之前
releases 30ec4631d2 Disable image/document Update button on click (#6676) 3 年之前
topics 87057501ac Add titlesonly to reference / topics top-level TOCs 3 年之前
Makefile fdf1597263 Fix broken "make livehtml" command 4 年之前
README.md 664b0489fe Change `master` to `main` (#6830) 4 年之前
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 年之前
conf.py ed4ed7a338 Add Sphinx Wagtail Theme (#6930) 4 年之前
favicon.ico e2f2a8c005 add favicon to documentation 7 年之前
index.rst b48c6dab58 Replace Divio with Gitpod 4 年之前
logo.png 82171f70fa reduced size of logo 9 年之前
requirements.txt ed4ed7a338 Add Sphinx Wagtail Theme (#6930) 4 年之前
robots.txt ab656424b7 Reinstate spidering of other documentation versions besides stable 4 年之前
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist 4 年之前
support.rst ef0c8f3446 Add documentation for reporting security issues 5 年之前

README.md

Wagtail docs

These are Sphinx docs, automatically built at https://docs.wagtail.io 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.