Skip to content

Commit

Permalink
added sphinx command back
Browse files Browse the repository at this point in the history
  • Loading branch information
wolearyc committed Sep 16, 2024
1 parent 49b4b1e commit 2727044
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2727044

Please sign in to comment.