diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8a81993..cef4c64 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,11 +3,11 @@ version: 2 build: os: ubuntu-24.04 tools: - python: "3.8" + python: "3.10" jobs: post_install: - sphinx-apidoc -M -o docs/generated sparsecoding - - pip install -r requirements.txt + - pip install ".[all]" sphinx: configuration: docs/conf.py