0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 05:02:57 +01:00
wagtail/docs
DK a11414447d
Fix typo in 6.2 release notes and changelog (#12192)
Co-authored-by: Daniel Kirkham <d.kirkham@kirkham.id.au>
2024-08-01 11:44:56 +01:00
..
_static doc: fix pdf export (#12076) 2024-07-19 01:27:07 +01:00
_templates
advanced_topics Do not suggest using the custom user model's app config as the custom wagtail.users app config 2024-07-29 17:35:08 +01:00
contributing
editor_manual
extending Do not suggest using the custom user model's app config as the custom wagtail.users app config 2024-07-29 17:35:08 +01:00
getting_started Drop support for Python 3.8 2024-07-23 10:12:45 +01:00
public
reference Replace pytz.common_timezones with zoneinfo.available_timezones 2024-07-29 18:31:30 +01:00
releases Fix typo in 6.2 release notes and changelog (#12192) 2024-08-01 11:44:56 +01:00
topics Remove note about database search not ordering by relevance 2024-07-24 22:31:53 +01:00
tutorial
conf.py doc: fix pdf export (#12076) 2024-07-19 01:27:07 +01:00
favicon.ico
index.rst
logo.png
Makefile Upgrade Sphinx to 7.3; use newer syntax for no-index directive and --fail-on-warning switch 2024-07-23 10:13:03 +01:00
README.md
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 MyST playground at Curvenote or the MyST-Markdown VS Code Extension are helpful tools for working with the MyST syntax.