Skip to content

Commit e69a5c2

Browse files
authored
Merge pull request #92 from ProjectPythia/patch-sphinxcontrib
Update build-book.yaml to temporarily pin sphinxcontrib-... packages
2 parents 2c56809 + 9a0a01e commit e69a5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-book.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
&& steps.parse_config.outputs.execute_notebooks != 'binder'
168168
run: |
169169
mamba env update -n ${{ inputs.environment_name }} -f ${{ inputs.environment_file }}
170-
mamba install -c conda-forge sphinxcontrib-applehelp=1.0.7
170+
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
171171
172172
- name: Get paths to notebook files
173173
if: |

0 commit comments

Comments
 (0)