From b8d6b56d1a1f33aab83d3c169ebf09b95d30c228 Mon Sep 17 00:00:00 2001 From: Maxim Martynov Date: Mon, 31 Jul 2023 00:41:39 +0300 Subject: [PATCH] Update ReadTheDocs config to use unshallow clone --- .readthedocs.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index acf7b71..95053fb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,14 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: '3.11' + jobs: + post_checkout: + - git fetch --unshallow || true + python: - version: '3' install: - requirements: requirements-doc.txt - requirements: requirements.txt