From 4de5de77ad01689470f4c2ddb2c056e2c0bdea19 Mon Sep 17 00:00:00 2001 From: Brett Date: Wed, 2 Oct 2024 18:12:26 -0400 Subject: [PATCH] hotfix to not fail docs for towncrier --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7c90a22e9..9b527369a 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 --keep + - towncrier build --keep || true conda: environment: docs/rtd_environment.yaml