From 8a67d20cbeccb6e285888e197cf1a42a26cb3255 Mon Sep 17 00:00:00 2001 From: Alexander Belsten Date: Fri, 7 Feb 2025 15:47:45 -0800 Subject: [PATCH 1/2] 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 From 23800a8cd62bc8fe51e9dacd0ea8c305a616e7cc Mon Sep 17 00:00:00 2001 From: Alexander Belsten Date: Sun, 9 Feb 2025 09:21:41 -0800 Subject: [PATCH 2/2] upgrade python on readthedocs build --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3228307..cef4c64 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-24.04 tools: - python: "3.8" + python: "3.10" jobs: post_install: - sphinx-apidoc -M -o docs/generated sparsecoding