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 389f8bd commit c9f5cdfCopy full SHA for c9f5cdf
.readthedocs.yaml
@@ -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-20.04
7
+ tools:
8
+ python: "3.10"
9
10
+sphinx:
11
+ configuration: docs/conf.py
12
13
+python:
14
+ install:
15
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1 @@
+Sphinx==4.2.0
0 commit comments