mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
20 lines
376 B
YAML
20 lines
376 B
YAML
version: 2
|
|
|
|
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
|