Skip to content
Snippets Groups Projects
Commit bbdb3407 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Deactivate docs

parent 1b0655b7
No related branches found
No related tags found
No related merge requests found
Pipeline #8870 passed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment