From 090d2e37c228d74d4ea0295a4126d2eb26e2b65c Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Tue, 19 Nov 2024 12:26:15 -0600 Subject: [PATCH] docs: install coffea docs after sphinx base isntall --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 831d0e992..4b078fd67 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,7 +11,7 @@ build: tools: python: "3.12" jobs: - pre_install: + post_install: - pip install '.[docs]' # You can also specify other tool versions: # nodejs: "19"