From f2dede8c7602936b0614168304beb16d388ceafe Mon Sep 17 00:00:00 2001 From: Ken Cochrane Date: Thu, 15 Feb 2024 17:07:34 -0500 Subject: [PATCH] fix docs --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index dd2aa46..c4bff05 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: requirements.txt