Add readthedocs configuration

This commit is contained in:
r0qs 2023-05-10 17:15:30 +02:00
parent a1b79de642
commit edc5512b75
No known key found for this signature in database
GPG Key ID: 61503DBA6667276C

18
.readthedocs.yml Normal file
View File

@ -0,0 +1,18 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
builder: html
configuration: docs/conf.py
formats:
- pdf
- epub
python:
install:
- requirements: docs/requirements.txt