From b2743f46c09629da7fe96e202fd66dd8d98c5ce0 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Mon, 19 Aug 2024 16:27:56 -0400 Subject: [PATCH] fix readthedocs build to not require user input --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d28775c1c..7c90a22e9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,7 +14,7 @@ build: pre_install: - git update-index --assume-unchanged docs/rtd_environment.yaml docs/conf.py post_install: - - towncrier build + - towncrier build --keep conda: environment: docs/rtd_environment.yaml