Skip to content

Commit 4418907

Browse files
authored
Removing the requirements.txt from docs building dependencies (#3527)
1 parent 483c021 commit 4418907

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.readthedocs.yml

-1
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ See https://github.com/redis-stack/redis-stack-website#readme for more details.
1313
## How to test examples
1414

1515
Examples are standalone python scripts, committed to the *doctests* directory. These scripts assume that the
16-
```requirements.txt``` and ```dev_requirements.txt``` from this repository have been installed, as per below.
16+
```doctests/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
20+
pip uninstall -y redis # uninstall Redis package installed via redis-entraid
2121
pip install -r doctests/requirements.txt
2222
```
2323

doctests/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pandas
33
requests
44
sentence_transformers
55
tabulate
6+
redis #install latest stable version

0 commit comments

Comments
 (0)