Skip to content

Commit d2671bc

Browse files
author
Michael Lin
committed
Revert to attempt 4, which seems to work properly
1 parent fe074e4 commit d2671bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ build:
1515
- pip install --editable .
1616
- git clone https://github.com/pytorch/pytorch_sphinx_theme
1717
- pip install -e pytorch_sphinx_theme
18-
- make html
19-
# - python -m sphinx -T -b html -d _build/doctrees -D language=en ./docs/source $READTHEDOCS_OUTPUT/html
18+
- python -m sphinx -T -b html -d _build/doctrees -D language=en ./docs/source $READTHEDOCS_OUTPUT/html
2019
# Build documentation in the docs/ directory with Sphinx
2120
sphinx:
2221
configuration: docs/source/conf.py

0 commit comments

Comments
 (0)