Skip to content

Commit

Permalink
fix installation command for rtd (#95)
Browse files Browse the repository at this point in the history
Recently merged documentation PR #84 contained incorrect installation
command causing readthedocs to fail.
  • Loading branch information
belsten authored Feb 7, 2025
1 parent 2435951 commit 7b8fce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b8fce3

Please sign in to comment.