From e63b06a3b9a72f6f4bfc27a0e992a90f69f23a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Vital?= Date: Fri, 21 Oct 2022 11:42:10 +0200 Subject: [docs] specifying all requirements for building docs --- .readthedocs.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0582c915..baf40bb0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,5 +11,7 @@ sphinx: # Optionally declare the Python requirements required to build your docs python: - install: - - requirements: docs/requirements.txt + install: + - requirements: requirements.txt + - requirements: dev_requirements.txt + - requirements: docs/requirements.txt -- cgit v1.2.3