Skip to content

Commit 46b9dac

Browse files
committed
Upgrade Python and OS version in Read the Docs config
Updated Python version and OS for Read the Docs build.
1 parent 2e1ca0f commit 46b9dac

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ version: 2
44
sphinx:
55
configuration: docs/source/conf.py
66

7-
# Explicitly set the version of Python and its requirements
8-
version: 2
9-
107
build:
11-
os: ubuntu-20.04
8+
os: ubuntu-24.04
129
tools:
13-
python: "3.10"
10+
python: "3.13"
1411

1512
python:
1613
install:

0 commit comments

Comments
 (0)