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 2c56809 commit 9a0a01eCopy full SHA for 9a0a01e
.github/workflows/build-book.yaml
@@ -167,7 +167,7 @@ jobs:
167
&& steps.parse_config.outputs.execute_notebooks != 'binder'
168
run: |
169
mamba env update -n ${{ inputs.environment_name }} -f ${{ inputs.environment_file }}
170
- mamba install -c conda-forge sphinxcontrib-applehelp=1.0.7
+ mamba install -c conda-forge sphinxcontrib-applehelp=1.0.7 sphinxcontrib-devhelp=1.0.5 sphinxcontrib-htmlhelp=2.0.4 sphinxcontrib-qthelp=1.0.6 sphinxcontrib-serializinghtml=1.1.9
171
172
- name: Get paths to notebook files
173
if: |
0 commit comments