From 2841ab9c155badee8bdc38b2528ee0790995248f Mon Sep 17 00:00:00 2001 From: Thomas Berlok Date: Wed, 1 Nov 2023 16:58:11 +0100 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3f9f38d..e641e09 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