Skip to content

Commit 3f0d519

Browse files
Jammy2211claude
authored andcommitted
Add ReadTheDocs config with Python 3.12
Without this file, ReadTheDocs defaults to Python 3.11 which is no longer supported. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ae4a89f commit 3f0d519

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.readthedocs.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.12"
7+
8+
python:
9+
install:
10+
- method: pip
11+
path: .
12+
extra_requirements:
13+
- docs
14+
15+
sphinx:
16+
configuration: docs/conf.py
17+
fail_on_warning: false

0 commit comments

Comments
 (0)