diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 57f93911f5d..6d2f5ae709b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,6 +14,8 @@ build: - git fetch --unshallow || true pre_install: - git update-index --assume-unchanged doc/conf.py ci/requirements/doc.yml + pre_build: + - git status conda: environment: ci/requirements/doc.yml