support doit for i18n and Sphinx docs

This commit is contained in:
ars
2026-06-25 03:07:40 +03:00
parent c8ab126cd2
commit 1be16d46e5
4 changed files with 103 additions and 8 deletions
+2 -2
View File
@@ -48,8 +48,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: pip install -e ".[docs]"
- run: sphinx-build -b html -W --keep-going docs docs/_build/html
- run: pip install -e ".[dev,docs]"
- run: doit docs
build:
name: Build (${{ matrix.os }})