diff --git a/.readthedocs.yml b/.readthedocs.yml index 50cd23b0..38a1fc94 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,7 +8,7 @@ build: pre_install: # Avoid `git` treating the directory is dirty due to RTD changes. # ref: https://docs.readthedocs.io/en/stable/build-customization.html#avoid-having-a-dirty-git-index - - git update-index --assume-unchanged environment.yml docs/conf.py + - git update-index --assume-unchanged continuous_integration/environment-doc.yml docs/conf.py sphinx: configuration: docs/conf.py