From dec529a5d8a9990dda86e9a7833590b9db2970f1 Mon Sep 17 00:00:00 2001 From: Raghu Murthy Date: Tue, 22 Oct 2024 04:00:04 +0530 Subject: [PATCH] add requirements.txt --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0d497fa71..f114dbf9b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -27,6 +27,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