We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a8d93 commit 0e39aa4Copy full SHA for 0e39aa4
1 file changed
.readthedocs.yml
@@ -0,0 +1,11 @@
1
+version: 2
2
+build:
3
+ os: "ubuntu-22.04"
4
+ tools:
5
+ python: "3"
6
+ jobs:
7
+ post_checkout:
8
+ - git fetch --unshallow || true
9
+python:
10
+ install:
11
+ - requirements: doc/requirements.txt
0 commit comments