diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e97179bd62f..c44763bc858 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,3 +15,6 @@ build: os: ubuntu-22.04 tools: python: "3.12" + jobs: + post_checkout: + - git fetch --unshallow --tags || true