From bbf42629cdc579b4a761135a7164233dd753a7f3 Mon Sep 17 00:00:00 2001 From: Volodymyr Savchenko Date: Tue, 5 Sep 2023 16:43:39 +0200 Subject: [PATCH] actually need req --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d23574e8..6f943b28 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,6 +17,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: doc/requirements.txt