From 8a67d20cbeccb6e285888e197cf1a42a26cb3255 Mon Sep 17 00:00:00 2001 From: Alexander Belsten Date: Fri, 7 Feb 2025 15:47:45 -0800 Subject: [PATCH] fix installation command for rtd --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8a81993..3228307 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ build: jobs: post_install: - sphinx-apidoc -M -o docs/generated sparsecoding - - pip install -r requirements.txt + - pip install ".[all]" sphinx: configuration: docs/conf.py