From d2e8219e919a201351affa3e150f9a878ee2eef0 Mon Sep 17 00:00:00 2001 From: Jim Faeder Date: Tue, 24 Sep 2024 09:27:40 -0400 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4919eb8d..31dbf0d7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -30,6 +30,6 @@ sphinx: # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: - install: - - requirements: docs/requirements.txt +python: + install: + - requirements: docs/requirements.txt