From 40fb615d6854faff550624c9170eb4bc60e0fb2c Mon Sep 17 00:00:00 2001 From: Hannes Signer Date: Tue, 15 Aug 2023 16:01:14 +0200 Subject: [PATCH] update readthedocs file --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index aa0d271..7cae98f 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_sphinx/requirements.txt