Add a readthedocs config file

This commit is contained in:
Dave Halter
2024-04-21 10:50:15 +02:00
parent e255b69cb8
commit 279fd6903e

16
.readthedocs.yml Normal file
View File

@@ -0,0 +1,16 @@
version: 2
python:
install:
- method: pip
path: .
extra_requirements:
- docs
submodules:
include: all
build:
os: ubuntu-22.04
tools:
python: "3.11"