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 a0d0eeb commit 586e326Copy full SHA for 586e326
.readthedocs.yaml
@@ -1,5 +1,16 @@
1
version: 2
2
3
+build:
4
+ os: "ubuntu-22.04"
5
+ tools:
6
+ python: "3.8"
7
+
8
python:
- install:
- - requirements: docs/requirements.txt
9
+ install:
10
+ - requirements: docs/requirements.txt
11
+ # Install our python package before building the docs
12
+ - method: pip
13
+ path: .
14
15
+sphinx:
16
+ configuration: docs/conf.py
docs/requirements.txt
@@ -1 +1,2 @@
-docutils<0.18
+sphinx==7.2.6
+sphinx-rtd-theme==2.0
0 commit comments