]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Add readthedocs config file
authorStephen Finucane <stephen@that.guru>
Tue, 27 Jun 2023 17:50:16 +0000 (18:50 +0100)
committerStephen Finucane <stephen@that.guru>
Tue, 27 Jun 2023 17:50:16 +0000 (18:50 +0100)
We need this to maintain our docs build, which won't work with shallow
clones.

Signed-off-by: Stephen Finucane <stephen@that.guru>
.readthedocs.yaml [new file with mode: 0644]

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644 (file)
index 0000000..1ca62df
--- /dev/null
@@ -0,0 +1,6 @@
+---
+version: 2
+build:
+  jobs:
+    post_checkout:
+      - git fetch --unshallow