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 cd6362a commit ca041e5Copy full SHA for ca041e5
.readthedocs.yaml
@@ -0,0 +1,13 @@
1
+version: 2
2
+
3
+build:
4
+ os: ubuntu-22.04
5
+ tools:
6
+ python: "3.11"
7
8
+sphinx:
9
+ configuration: docs/conf.py
10
11
+python:
12
+ install:
13
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -1,2 +1,2 @@
-sphinx>=1.7.5
-sphinx-issues>=1.0.0
+sphinx>=7.0.0
+sphinx-issues>=1.2.0
0 commit comments