We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d875c3 commit c2a6e1bCopy full SHA for c2a6e1b
.readthedocs.yml
@@ -0,0 +1,15 @@
1
+# Read the Docs configuration file
2
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
+version: "2"
4
+
5
+build:
6
+ os: "ubuntu-22.04"
7
+ tools:
8
+ python: "3.10"
9
10
+python:
11
+ install:
12
+ - requirements: docs/requirements.txt
13
14
+sphinx:
15
+ configuration: docs/conf.py
docs/requirements.txt
@@ -0,0 +1,3 @@
+sphinx==7.1.2
+sphinx-rtd-theme==1.3.0rc1
0 commit comments