2023-05-18 14:33:20 +00:00
|
|
|
version: 2
|
|
|
|
formats:
|
|
|
|
- epub
|
2023-08-08 22:52:01 +00:00
|
|
|
- pdf
|
2023-05-18 14:33:20 +00:00
|
|
|
build:
|
|
|
|
os: ubuntu-22.04
|
|
|
|
tools:
|
|
|
|
python: "3.11"
|
|
|
|
apt_packages:
|
|
|
|
- graphviz
|
|
|
|
- libenchant-2-2
|
|
|
|
- gcc
|
|
|
|
- libcups2-dev
|
|
|
|
- python3-dev
|
2023-08-08 22:52:01 +00:00
|
|
|
- xindy
|
2023-05-18 14:33:20 +00:00
|
|
|
sphinx:
|
|
|
|
configuration: doc/conf.py
|
|
|
|
submodules:
|
|
|
|
include:
|
|
|
|
- capabilities-data
|
|
|
|
recursive: true
|
|
|
|
|
|
|
|
python:
|
|
|
|
install:
|
|
|
|
- requirements: doc/requirements.txt
|
|
|
|
- method: pip
|
|
|
|
path: .
|
|
|
|
system_packages: true
|