Skip to content

Commit fe074e4

Browse files
author
Michael Lin
committed
attempt 5 at fixing all docs
1 parent e264aca commit fe074e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yaml

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

0 commit comments

Comments
 (0)