Merge pull request #74 from cdtools-developers/readthedocs

Add .readthedocs.yaml for ReadTheDocs hosting
This commit is contained in:
Abe Levitan
2026-04-03 14:32:24 +02:00
committed by GitHub
+16
View File
@@ -0,0 +1,16 @@
version: 2
build:
os: ubuntu-24.04
tools:
python: "3.11"
sphinx:
configuration: docs/source/conf.py
python:
install:
- method: pip
path: .
extra_requirements:
- docs