From 2eb477976436f9a1f0983f556955ad10de4e97a3 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Mon, 20 May 2024 23:55:32 -0700 Subject: [PATCH] Ignore RTD changes to our environment file --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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