2025-01-21 22:23:10 +08:00
|
|
|
# https://blog.readthedocs.com/migrate-configuration-v2/
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
|
|
|
|
build:
|
|
|
|
os: ubuntu-22.04
|
|
|
|
apt_packages:
|
|
|
|
- librsvg2-bin
|
|
|
|
tools:
|
|
|
|
python: "3.11"
|
|
|
|
|
|
|
|
sphinx:
|
|
|
|
configuration: docs/conf.py
|
|
|
|
|
2020-07-23 14:58:19 +08:00
|
|
|
python:
|
2025-01-21 22:23:10 +08:00
|
|
|
install:
|
|
|
|
- requirements: docs/requirements.txt
|
|
|
|
|
|
|
|
formats:
|
|
|
|
- pdf
|