Skip to content

Commit

Permalink
corrected build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
wolearyc committed Sep 16, 2024
1 parent 9fc0c70 commit 157db3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ 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 --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 pip install --exists-action=w --no-cache-dir -r deps/torch_requirements.txt --index-url https://download.pytorch.org/whl/cpu
- python -m pip install --exists-action=w --no-cache-dir -r deps/torch_extra_requirements.txt --no-index -f https://data.pyg.org/whl/torch-2.4.0+cpu.html
- python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html

sphinx:
Expand Down

0 comments on commit 157db3e

Please sign in to comment.