From 66205604fd3f8cf63f653ae265b20311159cbec5 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 6 Jun 2019 13:28:04 +0200
Subject: [PATCH] link to std++ docs

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 06b6c85bc..9c9ecb701 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,6 +51,7 @@ build-coq.8.9.0:
     OPAM_PINS: "coq version 8.9.0"
     OPAM_PKG: "coq-iris"
     DOC_DIR: "coqdoc@center.mpi-sws.org:iris"
+    DOC_OPTS: "--external https://plv.mpi-sws.org/coqdoc/stdpp/ stdpp"
     TIMING_CONF: "coq-8.9.0"
   tags:
   - fp-timing
-- 
GitLab