From a339cf2b15f4c2d5a0898c8c9976790ea58ffc13 Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 12 Aug 2024 14:41:03 -0400 Subject: [PATCH] ignore files changed by rtd to fix version --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 306855c0e..80c8c01cf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,6 +11,8 @@ build: - git fetch --unshallow || true - git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*' || true - git fetch --all --tags || true + pre_install: + - git update-index --assume-unchanged docs/rtd_environment.yaml docs/conf.py conda: environment: docs/rtd_environment.yaml