wagtail/docs
Gabriel Getzie 9933432ec7 change document file_size to PositiveBigIntegerField (#12397)
Fixes #12396
2024-10-10 19:54:58 +01:00
..
_static
_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 change document file_size to PositiveBigIntegerField (#12397) 2024-10-10 19:54:58 +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.