From 2727044b07c1c11b725fc06aff0f65e3dc443cf0 Mon Sep 17 00:00:00 2001 From: wolearyc Date: Mon, 16 Sep 2024 15:47:23 -0700 Subject: [PATCH] added sphinx command back --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cdea938..52eda6f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,6 +13,8 @@ build: - 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_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 + - cat docs/source/conf.py + - python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html sphinx: configuration: docs/source/conf.py