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