Bartosz Cieliński 39d1bc816d Ensure Draftail features wrap in case there is a lot of added features | 2 settimane fa | |
---|---|---|
.. | ||
_static | 4 settimane fa | |
_templates | 4 settimane fa | |
advanced_topics | 4 settimane fa | |
contributing | 1 mese fa | |
deployment | 2 mesi fa | |
editor_manual | 2 mesi fa | |
extending | 2 mesi fa | |
getting_started | 1 settimana fa | |
public | 1 anno fa | |
reference | 1 settimana fa | |
releases | 2 giorni fa | |
topics | 1 settimana fa | |
tutorial | 1 settimana fa | |
Makefile | 4 mesi fa | |
README.md | 1 anno fa | |
conf.py | 1 mese fa | |
favicon.ico | 8 mesi fa | |
index.rst | 2 mesi fa | |
logo.png | 8 mesi fa | |
spelling_wordlist.txt | 1 anno fa | |
support.md | 1 mese fa |
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.