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 50658a6 commit ea3c0c4Copy full SHA for ea3c0c4
.readthedocs.yaml
@@ -0,0 +1,17 @@
1
+version: 2
2
+
3
+build:
4
+ os: "ubuntu-22.04"
5
+ tools:
6
+ python: "3.8"
7
8
+python:
9
+ install:
10
+ - requirements: doc/requirements.txt
11
+ # Install our python package before building the docs
12
+ - method: pip
13
+ path: .
14
15
+sphinx:
16
+ configuration: doc/conf.py
17
+ fail_on_warning: true
doc/requirements.txt
@@ -0,0 +1,2 @@
+Sphinx==8.1.3
+sphinx-rtd-theme==3.0.2
0 commit comments