From 35c528ab9059ef5be983b7a8229f2fd5ff98835d Mon Sep 17 00:00:00 2001 From: Pingu Carsti Date: Fri, 17 Nov 2023 16:26:22 +0100 Subject: [PATCH] update rdt config ... install albatross with dev packages --- .readthedocs.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 49f07e7..0ab9a1d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -31,10 +31,13 @@ build: # golang: "1.19" conda: - environment: environment-docs.yml + environment: environment.yml # Optionally set the version of Python and requirements required to build your docs python: - install: - - requirements: requirements_docs.txt + install: + - method: pip + path: . + extra_requirements: + - dev