Skip to content

Commit ebedabf

Browse files
authored
Update Python and Sphinx versions for docs (#1567)
1 parent d427993 commit ebedabf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 2
66
build:
77
os: ubuntu-22.04
88
tools:
9-
python: "3.11"
9+
python: "3"
1010

1111
sphinx:
1212
configuration: docs/conf.py

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Sphinx version is pinned so that new versions that introduce new warnings
44
# won't suddenly cause build failures. Updating the version is fine as long
55
# as no warnings are raised by doing so.
6-
sphinx==4.2.0
6+
sphinx==7.2.6
77

88
# The theme used by the documentation is stored separately, so we need
99
# to install that as well.

0 commit comments

Comments
 (0)