From 5716c6ee4c01aafb96f958896f5887478caaeea8 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 31 Aug 2020 22:39:37 -0500 Subject: [PATCH] Install pyopencl for the Gitlab doc build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4255e09..cb8d11e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,7 +64,7 @@ Mypy: Documentation: script: - - EXTRA_INSTALL="sphinx-autodoc-typehints" + - EXTRA_INSTALL="pyopencl" - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-docs.sh - ./.ci-support/fix-code-for-docs.sh - ". ./build-docs.sh" -- GitLab