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