added readthedocs config

This commit is contained in:
Christian Vogelgsang 2023-01-17 09:57:51 +01:00
parent 346d531063
commit e48bc2ee71
2 changed files with 17 additions and 0 deletions

16
.readthedocs.yaml Normal file
View File

@ -0,0 +1,16 @@
# .readthedocs.yaml
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: docs/requirements.txt

1
docs/requirements.txt Normal file
View File

@ -0,0 +1 @@
cython