Skip to content

Commit e942249

Browse files
authored
Update .readthedocs.yml addressing a deprecation (#3534)
1 parent 905549d commit e942249

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.readthedocs.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22

33
build:
4-
os: ubuntu-22.04
4+
os: ubuntu-24.04
55
tools:
6-
python: "3.11"
6+
python: "3.13"
77

88
python:
99
install:
@@ -17,4 +17,5 @@ python:
1717
- zstd
1818

1919
sphinx:
20+
configuration: docs/conf.py
2021
fail_on_warning: true

0 commit comments

Comments
 (0)