Skip to content

Commit

Permalink
have readthedocs install with , drop requirements files (#255)
Browse files Browse the repository at this point in the history
- [x] Closes #254
- [x] Executed `pre-commit run --all-files` with no errors
- [x] The change is fully covered by automated unit tests
- [x] Documented in docs/ as appropriate
- [ ] Added an entry to the CHANGES file


This changes the readthedocs config to install uncertainties and
dependencies with `pip install ".[all]"`.
  • Loading branch information
newville authored Jul 26, 2024
1 parent 4a470e4 commit f097015
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ sphinx:
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: doc/requirements.txt
- pip install ".[all]"
3 changes: 0 additions & 3 deletions doc/requirements.txt

This file was deleted.

4 changes: 0 additions & 4 deletions requirements-dev.txt

This file was deleted.

0 comments on commit f097015

Please sign in to comment.