0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 09:33:54 +01:00
wagtail/docs
LB Johnston fdb55471ea add changelog for #9108
- relates to #7712
2022-09-06 08:11:10 +10:00
..
_static fix styling regression for pagination (search results) in dark mode 2022-08-26 06:59:26 +10:00
_templates update Sphinx Wagtail Theme to 5.3.0 2022-08-24 06:07:47 +10:00
advanced_topics Add ability to set default configurable attributes to image tags 2022-08-25 18:20:45 +10:00
contributing
editor_manual clean up spelling of multi-site 2022-08-25 22:06:31 +10:00
extending
getting_started
public Add a security.txt file 2022-09-06 08:09:30 +10:00
reference Add docs & changelog for form builder FormMixin & EmailFormMixin 2022-08-31 23:12:27 +10:00
releases add changelog for #9108 2022-09-06 08:11:10 +10:00
topics Add ability to set default configurable attributes to image tags 2022-08-25 18:20:45 +10:00
autobuild.sh
conf.py Add a security.txt file 2022-09-06 08:09:30 +10:00
favicon.ico
index.rst
logo.png
Makefile
README.md
requirements.txt update Sphinx Wagtail Theme to 5.3.0 2022-08-24 06:07:47 +10:00
spelling_wordlist.txt
support.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.