Sage Abdullah 3802f8bf46 Fix remaining XHTML errors in docs to remove ePub build errors 5 mēneši atpakaļ
..
_static 7955b815ce Fix HTML errors in wagtail_icons_table.txt 5 mēneši atpakaļ
_templates 78120671da Ensure docs template layout override is XHTML-compatible for ePub 5 mēneši atpakaļ
advanced_topics 3802f8bf46 Fix remaining XHTML errors in docs to remove ePub build errors 5 mēneši atpakaļ
contributing 3802f8bf46 Fix remaining XHTML errors in docs to remove ePub build errors 5 mēneši atpakaļ
deployment d2f476c050 Documentation - Update page titles to align with Style Guide 5 mēneši atpakaļ
editor_manual 8b3540de0d Simplify Wagtail docs section titles 6 mēneši atpakaļ
extending b6b9c003ff Doc - Fix minor spelling inconsistency 5 mēneši atpakaļ
getting_started 37d9d7eb06 Increase DATA_UPLOAD_MAX_NUMBER_FIELDS in project template & docs 5 mēneši atpakaļ
public a2e1becc49 Move security.txt to wagtail.org (#9751) 1 gadu atpakaļ
reference 3a5ae9c695 Docs - Ensure core models module level docstring does not appear in docs 5 mēneši atpakaļ
releases 7b2b44b541 Documentation - Configure RTD to build all offline formats 5 mēneši atpakaļ
topics 3802f8bf46 Fix remaining XHTML errors in docs to remove ePub build errors 5 mēneši atpakaļ
tutorial 93f8600c31 ImageBlock for StreamField (rebase of #11791) (#12416) 5 mēneši atpakaļ
Makefile f7fa20e600 Upgrade Sphinx to 7.3; use newer syntax for no-index directive and --fail-on-warning switch 8 mēneši atpakaļ
README.md aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 gadu atpakaļ
conf.py a2c8e2b26f Suppress unknown files warning when building the ePub docs 5 mēneši atpakaļ
favicon.ico e9593e7b6b Update all other Wagtail logos to the latest version 1 gadu atpakaļ
index.rst 8f215bda5f Rename deploy URL to deployment + update title 6 mēneši atpakaļ
logo.png e9593e7b6b Update all other Wagtail logos to the latest version 1 gadu atpakaļ
spelling_wordlist.txt aa9e9cddc7 Resolve multiple typos (spelling and grammar) 1 gadu atpakaļ
support.md e4e94a5640 Replace X links with Mastodon (#12460) 5 mēneši atpakaļ

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.