Skip to content

Commit

Permalink
specified conf.py path
Browse files Browse the repository at this point in the history
  • Loading branch information
wolearyc committed Sep 16, 2024
1 parent 2727044 commit a63dfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
- 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
- python -m sphinx -T -b html -d _build/doctrees -D language=en docs/source/conf.py $READTHEDOCS_OUTPUT/html

sphinx:
configuration: docs/source/conf.py

0 comments on commit a63dfdc

Please sign in to comment.