From b397d02775d22d9475ad2dbb8e68c176f7e1221d Mon Sep 17 00:00:00 2001 From: Frankie Robertson Date: Wed, 13 Dec 2023 08:57:42 +0200 Subject: [PATCH] Try a installing using pip for rtd --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 2861da7..45f7256 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,7 @@ build: jobs: post_install: - pip install hatch - - pip install -r <(hatch dep show requirements --all) + - pip install .[docs,annlibs] sphinx: configuration: docs/conf.py