Skip to content

Commit f097015

Browse files
authored
have readthedocs install with , drop requirements files (#255)
- [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]"`.
1 parent 4a470e4 commit f097015

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ sphinx:
2929
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
3030
python:
3131
install:
32-
- requirements: doc/requirements.txt
32+
- pip install ".[all]"

doc/requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

requirements-dev.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)