summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Malinovskiy <u.glide@gmail.com>2022-11-21 23:24:15 +0100
committerGitHub <noreply@github.com>2022-11-22 00:24:15 +0200
commitf492f85af723b277fa1ec99f01e6612e5d567b3f (patch)
tree4e3bd6033711dee2100954772a99522bce3ac9df
parente3e223bbd9ac49c8f17d0eec518caa55c55cc92e (diff)
downloadredis-py-f492f85af723b277fa1ec99f01e6612e5d567b3f.tar.gz
Install package deps in readthedocs build (#2465)
Dependencies are required for "automodule" generation. Co-authored-by: Igor Malinovskiy <igor.malinovskiy@redis.com> Co-authored-by: Chayim <chayim@users.noreply.github.com>
-rw-r--r--.readthedocs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 80b9738..800cb14 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -3,6 +3,7 @@ version: 2
python:
install:
- requirements: ./docs/requirements.txt
+ - requirements: requirements.txt
build:
os: ubuntu-20.04