From a3211b81d34f65275a10b913f2981c32030adf3f Mon Sep 17 00:00:00 2001 From: Sandrro Date: Fri, 20 Sep 2024 16:59:14 +0300 Subject: [PATCH] fixing docs --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index dca6d90..8073dbf 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,7 @@ build: jobs: post_install: # Install dependencies - - pip install docs/requirements.txt + - pip install -r docs/requirements.txt sphinx: configuration: docs/source/conf.py