From 304b98f3f161b76c5ff9c346e2a93c78987d5f2a Mon Sep 17 00:00:00 2001 From: Kaushik Kulkarni Date: Wed, 11 Nov 2020 23:57:06 -0600 Subject: [PATCH] install sphinx-autodoc-typehints extensions on the testbeds --- .gitlab-ci.yml | 2 +- .test-conda-env-py3.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43ad52b..686e992 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,7 +64,7 @@ Mypy: Documentation: script: - - EXTRA_INSTALL="pyopencl" + - EXTRA_INSTALL="pyopencl sphinx-autodoc-typehints" - 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" diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml index 9f5f9b9..7c34e94 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -10,3 +10,4 @@ dependencies: - mako - pyopencl - islpy +- sphinx-autodoc-typehints -- GitLab