update read the docs config

This commit is contained in:
Patrick Kanzler 2023-05-18 15:15:47 +02:00
parent 66348ccc0a
commit 0bdd246e02
2 changed files with 17 additions and 7 deletions

17
.readthedocs.yml Normal file
View File

@ -0,0 +1,17 @@
version: 2
formats:
- pdf
- epub
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
configuration: doc/conf.py
python:
install:
- requirements: doc/requirements.py
- method: pip
path: .
system_packages: true

View File

@ -1,7 +0,0 @@
formats:
- pdf
- epub
requirements_file: doc/requirements.txt
python:
version: 3
setup_py_install: true