2023-01-20 19:20:34 +00:00
|
|
|
version: 2
|
|
|
|
|
|
|
|
build:
|
|
|
|
os: ubuntu-22.04
|
|
|
|
tools:
|
2024-06-12 13:57:44 +00:00
|
|
|
python: "3.11"
|
2023-01-20 19:20:34 +00:00
|
|
|
|
|
|
|
sphinx:
|
|
|
|
configuration: docs/conf.py
|
|
|
|
|
|
|
|
formats:
|
|
|
|
- pdf
|
|
|
|
- epub
|
|
|
|
|
|
|
|
python:
|
|
|
|
install:
|
2023-01-20 19:51:28 +00:00
|
|
|
- requirements: requirements.txt
|