diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 736a39b2..ed3d202b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,4 +10,5 @@ build: jobs: post_checkout: - git fetch --unshallow + - git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*' - git fetch --all --tags