From c4f783e099d2928c12a2b2174faf11a2204f6e19 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 19 Feb 2022 15:48:23 +0200 Subject: [PATCH] Install for docs build using 'pip install .[docs]' --- .readthedocs.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 73e1f8213..0f581ebba 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,2 +1,8 @@ +version: 2 + python: - pip_install: true + install: + - method: pip + path: . + extra_requirements: + - docs