Skip to content

Commit a999eec

Browse files
committed
[skip ci] 🐛 Update docs/requirements
1 parent e0cff24 commit a999eec

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.readthedocs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,5 @@ sphinx:
2323
python:
2424
install:
2525
# Install PyTorch CPU version first
26-
- method: pip
27-
path: .
28-
args: [ "torch", "--index-url", "https://download.pytorch.org/whl/cpu" ]
29-
- requirements: requirements/requirements.txt
3026
- requirements: docs/requirements.txt
27+
- requirements: requirements/requirements.txt

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ myst-parser>=0.18.1
44
sphinx-copybutton>=0.5.1
55
sphinx-design>=0.3.0
66
sphinx-toolbox>=3.2.0
7+
torch --index-url https://download.pytorch.org/whl/cpu
8+
torchvision --index-url https://download.pytorch.org/whl/cpu

0 commit comments

Comments
 (0)