From db614d95197bade7ac8e467ae91201045aa45ce7 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Mon, 13 Jan 2020 18:13:39 +0100 Subject: [PATCH] disable docs building again, it still does not work --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44faa58af..8df04ac8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,8 +44,8 @@ build-coq.8.10.2: variables: OPAM_PINS: "coq version 8.10.2" OPAM_PKG: "coq-iris" - DOC_DIR: "coqdoc@center.mpi-sws.org:iris" - DOC_OPTS: "--external https://plv.mpi-sws.org/coqdoc/stdpp/ stdpp" +# DOC_DIR: "coqdoc@center.mpi-sws.org:iris" +# DOC_OPTS: "--external https://plv.mpi-sws.org/coqdoc/stdpp/ stdpp" TIMING_CONF: "coq-8.10.2" tags: - fp-timing -- GitLab