Skip to content

Commit 6d7859f

Browse files
committed
Update ReadTheDocs configuration to v2 format
- Add build.os and build.tools sections (required by RTD) - Update Python version from 3.7 to 3.12 - Use ubuntu-22.04 build image - Fixes 'Value build not found' validation error
1 parent a5a732f commit 6d7859f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.readthedocs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@
55
# Required
66
version: 2
77

8+
# Set the OS, Python version and other tools you might need
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.12"
13+
814
# Build documentation in the docs/ directory with Sphinx
915
sphinx:
1016
configuration: docs/source/conf.py
1117

18+
# Install Python dependencies
1219
python:
13-
version: 3.7
1420
install:
1521
- method: pip
1622
path: .

0 commit comments

Comments
 (0)