We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe074e4 commit d2671bcCopy full SHA for d2671bc
.readthedocs.yaml
@@ -15,8 +15,7 @@ build:
15
- pip install --editable .
16
- git clone https://github.com/pytorch/pytorch_sphinx_theme
17
- 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
+ - python -m sphinx -T -b html -d _build/doctrees -D language=en ./docs/source $READTHEDOCS_OUTPUT/html
20
# Build documentation in the docs/ directory with Sphinx
21
sphinx:
22
configuration: docs/source/conf.py
0 commit comments