From 5e2be51115e0165491715b1a07bae6b606671393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Thu, 28 Sep 2023 09:27:32 -0600 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index eb6996ea..790a554d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -57,8 +57,8 @@ sphinx: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: +python: -# install: + install: -# - requirements: docs/requirements.txt + - requirements: requirements.txt