From 19fa71ca3b7e93305476a0c911f4f7fbaeaeda0b Mon Sep 17 00:00:00 2001 From: Sam Wu <22262939+samjwu@users.noreply.github.com> Date: Wed, 1 May 2024 16:14:50 -0600 Subject: [PATCH] Update documentation requirements --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0f6d1e61ad..d5c98c3ee0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,6 +13,6 @@ sphinx: python: install: - - requirements: docs/sphinx/requirements.txt + - requirements: docs/.sphinx/requirements.txt formats: [htmlzip, pdf, epub]