From 332e2692fbe45c329c830b33e2b668fd440c926c Mon Sep 17 00:00:00 2001 From: Jose Luis Blanco-Claraco Date: Thu, 14 Dec 2023 13:48:52 +0100 Subject: [PATCH] add deps --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4a775cbd..33cb3165 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,7 +17,7 @@ sphinx: # We recommend specifying your dependencies to enable reproducible builds: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: -# install: -# - requirements: docs/requirements.txt +python: + install: + - requirements: docs/requirements.txt