From 390d076abb076b9c603a3343d239d3dba2665638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Mon, 20 Aug 2018 00:11:51 +0200 Subject: [PATCH] =?UTF-8?q?No=20need=20to=20have=20a=20symlink=20for=20sph?= =?UTF-8?q?inx-build,=20it=E2=80=99s=20directly=20in=20the=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9822ef3..7814ea09 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,6 @@ build-doc: image: docker.louiz.org/poezio/poezio/doc-builder script: - ./update.sh - - ln -s /usr/libexec/python3-sphinx/sphinx-build /usr/bin/ - make doc - rm -rf /www/latest - mv doc/build/html/ /www/latest