Skip to content

Commit feb4df4

Browse files
AndreRicoclaude
andcommitted
fix: Update .readthedocs.yml - add required build.os field
Read the Docs now requires build.os. Also updated Python from 3.7 to 3.11. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9679136 commit feb4df4

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.readthedocs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
38
sphinx:
49
configuration: docs/source/conf.py
510

611
python:
7-
version: 3.7
812
install:
913
- method: pip
1014
path: .
1115
extra_requirements:
12-
- docs
16+
- docs

0 commit comments

Comments
 (0)