wagtail/docs
Albina 488c3583b7
'Prefers-contrast' admin theming (#12348)
Co-authored-by: Victoria Ottah <82820329+Toriasdesign@users.noreply.github.com>
2024-10-17 09:13:22 +01:00
..
_static Update colors table with new theme tokens 2024-10-14 14:40:00 +01:00
_templates
advanced_topics Documentation: Configure API to use the DRF's TokenAuthentication (#12363) 2024-09-29 15:59:15 +01:00
contributing
deployment
editor_manual
extending
getting_started
public
reference Add translatable model copy for translation done signal (#12362) 2024-09-27 16:01:52 +01:00
releases 'Prefers-contrast' admin theming (#12348) 2024-10-17 09:13:22 +01:00
topics docs: Clarify file location, add missing imports 2024-09-28 17:45:32 +10:00
tutorial
Makefile
README.md
conf.py
favicon.ico
index.rst
logo.png
spelling_wordlist.txt
support.md

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 MyST playground at Curvenote or the MyST-Markdown VS Code Extension are helpful tools for working with the MyST syntax.