ci: add Read the Docs configuration

This commit is contained in:
Nicolai Buchwitz
2026-02-03 15:01:37 +01:00
committed by Sven Sager
parent 7136a2b23a
commit e8af56ff70

19
.readthedocs.yaml Normal file
View File

@@ -0,0 +1,19 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-24.04
tools:
python: "3.13"
sphinx:
configuration: docs/conf.py
python:
install:
- method: pip
path: .
extra_requirements:
- docs