Add readthedocs configuration

This commit is contained in:
Jan Dittberner 2023-06-03 18:00:22 +02:00
parent 29b05952d7
commit 72b0e2d60c
1 changed files with 14 additions and 0 deletions

14
.readthedocs.yaml Normal file
View File

@ -0,0 +1,14 @@
---
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
configuration: docs/source/conf.py
python:
install:
- requirements: docs/doc-requirements.txt