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: ...@@ -78,20 +78,21 @@ test-jpp-latest:
- pdfs/ - pdfs/
pages: # pages:
image: docker.km3net.de/base/python:3.6 # image: docker.km3net.de/base/python:3.6
stage: doc # stage: doc
script: # script:
- *virtualenv_definition # - *virtualenv_definition
- cd doc && make clean && make html # - pip install sphinx
- mv _build/html ../public/ # - cd doc && make clean && make html
artifacts: # - mv _build/html ../public/
paths: # artifacts:
- public # paths:
cache: {} # - public
only: # cache: {}
- tags # only:
- master # - tags
# - master
pypi: 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