From 72679bb9bd20f9262d33b6b096301aa03cc01531 Mon Sep 17 00:00:00 2001 From: Igor Malinovskiy Date: Sun, 20 Nov 2022 21:54:54 +0100 Subject: [PATCH] Install package deps in readthedocs build Dependencies are required for "automodule" generation. --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 80b9738d82..800cb14816 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