Skip to content

Commit e05a132

Browse files
tanquerfacebook-github-bot
authored andcommitted
Fix doc build (meta-pytorch#15)
Summary: Pull Request resolved: meta-pytorch#15 Differential Revision: D85487438
1 parent 27eefd9 commit e05a132

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
miniconda-version: "latest"
2727
activate-environment: test
2828
python-version: '3.10'
29-
auto-activate: false
29+
auto-activate: true
3030
- name: Verify conda environment
3131
shell: bash -l {0}
3232
run: |
@@ -56,7 +56,6 @@ jobs:
5656
working-directory: docs
5757
run: |
5858
set -eux
59-
conda activate test
6059
make html SPHINXOPTS="-WT --keep-going" || echo "Build completed with warnings/errors"
6160
- name: Remove noindex meta tag from docs
6261
working-directory: docs/build/html

0 commit comments

Comments
 (0)