From e609c4860103675974489267bec8aa3888316f6f Mon Sep 17 00:00:00 2001 From: Jeremy Commins <commins.jeremy@gmail.com> Date: Tue, 2 Oct 2018 15:59:55 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da820a4..c1f9564 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ pages: script: - apk --no-cache add py3-pip python-dev - pip install sphinx + - pip install sphinx-autodoc-typehints - apk --no-cache add make - cd docs && make html - mv build/html/ public/ -- GitLab