From fa8d22dae9aa4d1771d1deba5b1cd85fb830ae79 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 14 May 2024 12:36:04 +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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..b342d5b --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,13 @@ +--- +version: 2 +python: + install: + - method: pip + path: . +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + jobs: + post_checkout: + - git fetch --unshallow