From 9a0a01ec9eed1dd45461341eb320957e3fa5c2b3 Mon Sep 17 00:00:00 2001 From: Orhan Eroglu <32553057+erogluorhan@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:53:34 -0700 Subject: [PATCH] Update build-book.yaml to temporarily pin sphinxcontrib-... packages --- .github/workflows/build-book.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-book.yaml b/.github/workflows/build-book.yaml index 9240e75..32a95a7 100644 --- a/.github/workflows/build-book.yaml +++ b/.github/workflows/build-book.yaml @@ -167,7 +167,7 @@ jobs: && steps.parse_config.outputs.execute_notebooks != 'binder' run: | mamba env update -n ${{ inputs.environment_name }} -f ${{ inputs.environment_file }} - 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 - name: Get paths to notebook files if: |