From bbfbe0d03ec3c88c75e7acfba163d7e965b2a38d Mon Sep 17 00:00:00 2001 From: Adrien Berchet Date: Mon, 11 Nov 2024 18:54:30 +0100 Subject: [PATCH] Docs: Fix RTD config --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1a16302..a3743d0 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,6 +9,9 @@ build: os: ubuntu-22.04 tools: python: "miniconda3-4.7" + jobs: + pre_install: + - git update-index --assume-unchanged docs/environment.yml docs/source/conf.py sphinx: configuration: docs/source/conf.py