From bbdb34070522cef7cb927c29801fc712458e69dd Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Wed, 26 Feb 2020 19:56:44 +0100
Subject: [PATCH] Deactivate docs

---
 .gitlab-ci.yml | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5abbe7a..c2aca6c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,20 +78,21 @@ test-jpp-latest:
             - pdfs/
 
 
-pages:
-    image: docker.km3net.de/base/python:3.6
-    stage: doc
-    script:
-        - *virtualenv_definition
-        - cd doc && make clean && make html
-        - mv _build/html ../public/
-    artifacts:
-        paths:
-            - public
-    cache: {}
-    only:
-        - tags
-        - master
+# pages:
+#     image: docker.km3net.de/base/python:3.6
+#     stage: doc
+#     script:
+#         - *virtualenv_definition
+#         - pip install sphinx
+#         - cd doc && make clean && make html
+#         - mv _build/html ../public/
+#     artifacts:
+#         paths:
+#             - public
+#     cache: {}
+#     only:
+#         - tags
+#         - master
 
 
 pypi:
-- 
GitLab