add .readthedocs.yaml

This commit is contained in:
louisnw
2023-07-27 12:25:34 +01:00
parent e743881a89
commit 77a70848fc

13
.readthedocs.yaml Normal file
View File

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