Skip to content

Commit ddc4132

Browse files
alex-termastersans
andauthored
docs: fix the RTD build (#5267)
Bump up the Python version to 3.11, as Sphinx 8.2.3 we pin requires that. This also aligns the RTD configuration with what our Testing workflow uses. Fixes #5123. Signed-off-by: Alex T. <[email protected]> Co-authored-by: Sanskar Sharma <[email protected]>
1 parent ebb672b commit ddc4132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 2
99
build:
1010
os: ubuntu-22.04
1111
tools:
12-
python: "3.10"
12+
python: "3.11"
1313

1414
# Build documentation in the docs/ directory with Sphinx
1515
sphinx:

0 commit comments

Comments
 (0)