From 74a4fa149f46f571e8404d8f5ce3ddcafcd28845 Mon Sep 17 00:00:00 2001 From: Olof Kindgren Date: Tue, 8 Aug 2023 09:51:52 +0200 Subject: [PATCH] Configure readthedocs to unshallow repo --- .readthedocs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1df884f8..a483e796 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,3 +16,8 @@ python: - requirements: doc/requirements.txt - method: pip path: . + +build: + jobs: + post_checkout: + - git fetch --unshallow || true