We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c8c02 commit e2b4010Copy full SHA for e2b4010
9 files changed
.readthedocs.yml
@@ -0,0 +1,13 @@
1
+version: 2
2
+
3
+build:
4
+ os: ubuntu-22.04
5
+ tools:
6
+ python: "3.11"
7
8
+sphinx:
9
+ configuration: docs/conf.py
10
11
+python:
12
+ install:
13
+ - requirements: docs/requirements-docs.txt
0 commit comments