diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5abbe7a0ccaa653d559b7dacd99a6c3f4db4d3f8..c2aca6cd779f9edb79fa24a529d0bd35fdaa7606 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: