diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d84e0d6..1d2eb96 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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