From 59cc9c8b197171fb65a32f63573010b58df39474 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Sun, 17 Jan 2021 15:32:49 +0100
Subject: [PATCH] FIX: creation of documentation

---
 .docker/Dockerfile | 3 +--
 .gitlab-ci.yml     | 3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.docker/Dockerfile b/.docker/Dockerfile
index 418c68c..5c49eb7 100644
--- a/.docker/Dockerfile
+++ b/.docker/Dockerfile
@@ -10,6 +10,5 @@ RUN apt-get update \
         python3-pip \
 		python3-sqlparse \
 		python3-sphinx \
-		python3-recommonmark \
 		doxygen
-RUN pip3 install breathe sphinx-rtd-theme
+RUN pip3 install breathe sphinx-rtd-theme recommonmark
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef89439..510a424 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,7 +64,7 @@ build-testenv:
   image: docker:19.03
   only:
     - web
-    - triggers
+    - shedules
   stage: setup
   script:
     - cd .docker
@@ -87,6 +87,7 @@ pages:
     - dev
   script:
     - echo "Deploying"
+    - cat doc/index.rst
     - make doc
     - cp -r build/doc/html public
   artifacts:
-- 
GitLab