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 27eefd9 commit e05a132Copy full SHA for e05a132
.github/workflows/docs.yaml
@@ -26,7 +26,7 @@ jobs:
26
miniconda-version: "latest"
27
activate-environment: test
28
python-version: '3.10'
29
- auto-activate: false
+ auto-activate: true
30
- name: Verify conda environment
31
shell: bash -l {0}
32
run: |
@@ -56,7 +56,6 @@ jobs:
56
working-directory: docs
57
58
set -eux
59
- conda activate test
60
make html SPHINXOPTS="-WT --keep-going" || echo "Build completed with warnings/errors"
61
- name: Remove noindex meta tag from docs
62
working-directory: docs/build/html
0 commit comments