]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove documentation building toolchain
authorMichal Nowak <mnowak@isc.org>
Tue, 15 Sep 2020 08:51:17 +0000 (10:51 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 21 Sep 2020 08:11:24 +0000 (10:11 +0200)
Documentation building toolchain was moved to the base Docker image some
time ago.

.gitlab-ci.yml

index 3acc2bf09e3e3d4726163cb9a9932835d69aeaa7..ea2de5c3cb0b72f0662e5a331519f3860c302d9d 100644 (file)
@@ -479,11 +479,6 @@ docs:
   before_script:
     - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
     - test -n "${OOT_BUILD_WORKSPACE}" && mkdir "${OOT_BUILD_WORKSPACE}" && cd "${OOT_BUILD_WORKSPACE}"
-    - pip3 install pytest requests || pip install pytest requests || true
-    - pip3 install sphinx sphinx_rtd_theme || pip install sphinx sphinx_rtd_theme
-    - apt -yqqq update
-    - apt -yqqq dist-upgrade
-    - apt -yqqq install texlive-full texlive-xetex latexmk xindy
   script:
     - *configure
     - make maintainer-clean