Skip to content

Commit a7066d9

Browse files
committed
Removing the requirements.txt from docs building dependencies
1 parent 483c021 commit a7066d9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.readthedocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ version: 2
33
python:
44
install:
55
- requirements: ./docs/requirements.txt
6-
- requirements: requirements.txt
76

87
build:
98
os: ubuntu-20.04

doctests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Examples are standalone python scripts, committed to the *doctests* directory. T
1616
```requirements.txt``` and ```dev_requirements.txt``` from this repository have been installed, as per below.
1717

1818
```bash
19-
pip install -r requirements.txt
2019
pip install -r dev_requirements.txt
2120
pip install -r doctests/requirements.txt
21+
pip install .
2222
```
2323

2424
Note - the CI process, runs the basic ```black``` and ```isort``` linters against the examples. Assuming

0 commit comments

Comments
 (0)