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 ce0c071 commit e264acaCopy full SHA for e264aca
.readthedocs.yaml
@@ -11,11 +11,10 @@ build:
11
tools:
12
python: "mambaforge-22.9"
13
commands:
14
- - cat docs/environment_docs.yml
15
- - mamba env create --quiet --name pytc_docs --file docs/environment_docs.yml
16
- - conda activate pytc_docs
+ - mamba env create --quiet --name latest --file docs/environment_docs.yml
17
- pip install --editable .
18
- - cat docs/source/conf.py
+ - git clone https://github.com/pytorch/pytorch_sphinx_theme
+ - pip install -e pytorch_sphinx_theme
19
- 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:
0 commit comments