From 9fc0c7028da1a6cf845ba5ecaa3c2f7d22a9d0f3 Mon Sep 17 00:00:00 2001 From: wolearyc Date: Mon, 16 Sep 2024 15:31:48 -0700 Subject: [PATCH] added no-index option --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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