Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Apr 15, 2024
1 parent d155e01 commit 7a3ccb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ jobs:
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/ci-support.sh
. ci-support.sh
export EXTRA_INSTALL="sphinxcontrib-tikz"
# https://github.com/sphinx-contrib/tikz/issues/21
export EXTRA_INSTALL="sphinxcontrib-tikz!=0.4.18"
build_py_project_in_conda_env
# Work around
Expand Down
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ Python 3 Conda:

Documentation:
script:
- EXTRA_INSTALL="pybind11 cython numpy sphinxcontrib-tikz"
# https://github.com/sphinx-contrib/tikz/issues/21
- EXTRA_INSTALL="pybind11 cython numpy sphinxcontrib-tikz!=0.4.18"
- curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-docs.sh
- . ./build-docs.sh
tags:
Expand Down

0 comments on commit 7a3ccb2

Please sign in to comment.