Add .readthedocs.yaml

This commit is contained in:
Lonami Exo 2023-10-15 21:03:30 +02:00
parent 6be93c69ed
commit 953f6f11c5
2 changed files with 19 additions and 0 deletions

17
.readthedocs.yaml Normal file
View File

@ -0,0 +1,17 @@
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
configuration: client/doc/conf.py
formats:
- pdf
python:
install:
- requirements: client/doc/requirements.txt

View File

@ -0,0 +1,2 @@
sphinx==7.2.6
sphinx_rtd_theme==1.3.0