From a51dc8ed2482236bc0d85ca7cb2850a4eb6341e3 Mon Sep 17 00:00:00 2001 From: KonanAI <110348966+konan-ai@users.noreply.github.com> Date: Mon, 24 Jul 2023 10:46:32 -0400 Subject: [PATCH] Update .readthedocs.yaml Signed-off-by: KonanAI <110348966+konan-ai@users.noreply.github.com> --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1e69b35..f6a12ce 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 \ No newline at end of file +python: + install: + - requirements: docs/requirements.txt