We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e6e72 commit 377dba7Copy full SHA for 377dba7
1 file changed
.readthedocs.yml
@@ -0,0 +1,12 @@
1
+version: 2
2
+build:
3
+ os: ubuntu-22.04
4
+ tools:
5
+ python: "3.10"
6
+python:
7
+ install:
8
+ - method: pip
9
+ path: .
10
+ - requirements: doc/requirements.txt
11
+ system_packages: true
12
+formats: all
0 commit comments