We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f59c4c commit 1c2639bCopy full SHA for 1c2639b
.readthedocs.yml
@@ -0,0 +1,12 @@
1
+# This is a dummy config file so that readthedocs.org doesn't fail on security branches.
2
+# Note that this won't result in docs actually getting built;
3
+# clicking on the docs preview link on a PR will result in a 404.
4
+version: 2
5
+formats: []
6
+build:
7
+ os: "ubuntu-22.04"
8
+ tools:
9
+ python: "3.11"
10
+ jobs:
11
+ post_checkout:
12
+ - exit 183
0 commit comments