From: Stephen Finucane Date: Tue, 27 Jun 2023 17:50:16 +0000 (+0100) Subject: Add readthedocs config file X-Git-Tag: v3.2.0~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a4cad19bcf15c8dc93cff2bffd215122f1fda78;p=thirdparty%2Fpatchwork.git Add readthedocs config file We need this to maintain our docs build, which won't work with shallow clones. Signed-off-by: Stephen Finucane --- 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