From 9e160d4f8eb0fb743f9b33b667478ff5905447ad Mon Sep 17 00:00:00 2001 From: FeignClaims Date: Thu, 1 Feb 2024 15:56:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=20readthedocs=20=E6=B7=B1=E5=85=8B?= =?UTF-8?q?=E9=9A=86=E6=96=87=E6=A1=A3=E4=BB=A5=E8=8E=B7=E5=8F=96=E6=9C=80?= =?UTF-8?q?=E8=BF=91=E6=9B=B4=E6=96=B0=E6=97=B6=E9=97=B4=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .readthedocs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1243c129..f80f007b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,10 +4,13 @@ build: os: ubuntu-22.04 tools: python: "3.12" + jobs: + post_checkout: + - git fetch --unshallow || true sphinx: configuration: docs/conf.py python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt