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 54d6437 commit d7b985fCopy full SHA for d7b985f
.readthedocs.yml
@@ -8,10 +8,13 @@ formats:
8
build:
9
os: ubuntu-22.04
10
tools:
11
- python: "3"
+ python: "3.13"
12
13
python:
14
install:
15
- requirements: ci/rtd-requirements.txt
16
- method: pip
17
path: .
18
+
19
+sphinx:
20
+ configuration: docs/source/conf.py
ci/rtd-requirements.txt
@@ -1,4 +1,4 @@
1
# RTD is currently installing 1.5.3, which has a bug in :lineno-match:
2
-sphinx >= 4.0, < 6.2
+sphinx >= 6.0
3
sphinx_rtd_theme
4
sphinxcontrib-trio
0 commit comments