Skip to content

Commit

Permalink
added no-index option
Browse files Browse the repository at this point in the history
  • Loading branch information
wolearyc committed Sep 16, 2024
1 parent 3cfcd4c commit 9fc0c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:
commands:
- python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt
- python -m pip install --exists-action=w --no-cache-dir -r deps/requirements.txt
- python -m pip install --exists-action=w --no-cache-dir -r deps/torch_requirements.txt -f https://data.pyg.org/whl/torch-2.4.0+cpu.html
- python -m pip install --exists-action=w --no-cache-dir --no-index -r deps/torch_requirements.txt -f https://data.pyg.org/whl/torch-2.4.0+cpu.html
- python -m pip install --exists-action=w --no-cache-dir -r deps/torch_geometric_requirements.txt
- python -m pip install --exists-action=w --no-cache-dir -r deps/torch_extra_requirements.txt
- python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
Expand Down

0 comments on commit 9fc0c70

Please sign in to comment.