From 6a4cad19bcf15c8dc93cff2bffd215122f1fda78 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 27 Jun 2023 18:50:16 +0100 Subject: [PATCH] Add readthedocs config file We need this to maintain our docs build, which won't work with shallow clones. Signed-off-by: Stephen Finucane --- .readthedocs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..1ca62df2 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,6 @@ +--- +version: 2 +build: + jobs: + post_checkout: + - git fetch --unshallow -- 2.47.3