summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/.gitlab-ci.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/.gitlab-ci.yml b/docs/.gitlab-ci.yml
deleted file mode 100644
index 85c85c2a4..000000000
--- a/docs/.gitlab-ci.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-image: alpine
-
-pages:
- script:
- - apk --no-cache add py2-pip python-dev
- - pip install sphinx
- - apk --no-cache add make
- - make html
- - mv _build/html/ public/
- artifacts:
- paths:
- - public
- only:
- - master