From 2187ef6e2839a78e0195b52ce9bfb7f3168ff1b4 Mon Sep 17 00:00:00 2001 From: Benedikt Schwab Date: Wed, 18 Oct 2023 08:33:04 +0200 Subject: [PATCH] adjsuted config --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 499dca4..713e688 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,6 +16,6 @@ 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