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

Remove jppy from doc depenency

parent bbdb3407
No related branches found
No related tags found
No related merge requests found
Pipeline #8871 failed
......@@ -78,21 +78,20 @@ test-jpp-latest:
- pdfs/
# 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
pages:
image: docker.km3net.de/base/python:3.6
stage: doc
script:
- pip install -U sphinx
- cd doc && make clean && make html
- mv _build/html ../public/
artifacts:
paths:
- public
cache: {}
only:
- tags
- master
pypi:
......
......@@ -15,8 +15,6 @@
import sys
import os
import jppy
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
......@@ -63,9 +61,9 @@ author = u'Tamas Gal'
# built documents.
#
# The short X.Y version.
version = jppy.version
version = "3"
# The full version, including alpha/beta/rc tags.
release = jppy.version
release = "3"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
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