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 d2d29b8 commit badc78aCopy full SHA for badc78a
.github/workflows/build-book.yaml
@@ -179,7 +179,6 @@ jobs:
179
&& steps.parse_config.outputs.execute_notebooks != 'binder'
180
run: |
181
mamba env update -n ${{ inputs.environment_name }} -f ${{ inputs.environment_file }}
182
- mamba install -c conda-forge sphinxcontrib-applehelp=1.0.4 sphinxcontrib-devhelp=1.0.2 sphinxcontrib-htmlhelp=2.0.1 sphinxcontrib-qthelp=1.0.3 sphinxcontrib-serializinghtml=1.1.5
183
184
- name: Get paths to notebook files
185
if: |
0 commit comments