From 0ff19e2b8c81f5d0c04466d96d344eb7bb38625d Mon Sep 17 00:00:00 2001 From: "Garth N. Wells" Date: Wed, 17 Apr 2024 21:56:50 +0100 Subject: [PATCH] Pin Sphinx version. See https://github.com/breathe-doc/breathe/issues/981 --- docker/Dockerfile.test-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.test-env b/docker/Dockerfile.test-env index b95815dbcbc..f144e211e90 100644 --- a/docker/Dockerfile.test-env +++ b/docker/Dockerfile.test-env @@ -154,7 +154,7 @@ RUN if [ "$MPI" = "mpich" ]; then \ # documentation or run tests. RUN pip3 install --no-cache-dir --upgrade setuptools pip && \ pip3 install --no-cache-dir cffi mpi4py numba numpy==${NUMPY_VERSION} scikit-build-core[pyproject] && \ - pip3 install --no-cache-dir breathe clang-format cmakelang jupytext matplotlib mypy myst-parser nanobind==${NANOBIND_VERSION} pytest pytest-xdist ruff scipy sphinx sphinx_rtd_theme types-setuptools + pip3 install --no-cache-dir breathe clang-format cmakelang jupytext matplotlib mypy myst-parser nanobind==${NANOBIND_VERSION} pytest pytest-xdist ruff scipy sphinx==7.2.6 sphinx_rtd_theme types-setuptools # Install KaHIP RUN wget -nc --quiet https://github.com/kahip/kahip/archive/v${KAHIP_VERSION}.tar.gz && \