We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d427993 commit ebedabfCopy full SHA for ebedabf
.readthedocs.yaml
@@ -6,7 +6,7 @@ version: 2
6
build:
7
os: ubuntu-22.04
8
tools:
9
- python: "3.11"
+ python: "3"
10
11
sphinx:
12
configuration: docs/conf.py
docs/requirements.txt
@@ -3,7 +3,7 @@
3
# Sphinx version is pinned so that new versions that introduce new warnings
4
# won't suddenly cause build failures. Updating the version is fine as long
5
# as no warnings are raised by doing so.
-sphinx==4.2.0
+sphinx==7.2.6
# The theme used by the documentation is stored separately, so we need
# to install that as well.
0 commit comments