From 86c27d5eb2a26febfb248a8239d5d793ef4bdeca Mon Sep 17 00:00:00 2001 From: AndreaGuarracino Date: Fri, 2 Feb 2024 14:47:33 -0600 Subject: [PATCH] python requirements --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index dd2aa46c..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