This commit is contained in:
2025-10-15 15:23:17 +03:00
parent 0cb41628dd
commit 4db3573292
3 changed files with 11 additions and 5 deletions
+9 -3
View File
@@ -4,10 +4,16 @@ build:
os: ubuntu-22.04
tools:
python: "3.12"
jobs:
post_create_environment:
- apt-get update && apt-get install -y gettext
post_install:
- sphinx-build -b gettext . _build/gettext
- sphinx-intl update -p _build/gettext -l en
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: docs/requirements.txt
sphinx:
configuration: docs/conf.py