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
Branches
Tags
No related merge requests found
Pipeline #8871 failed
...@@ -78,21 +78,20 @@ test-jpp-latest: ...@@ -78,21 +78,20 @@ 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 - pip install -U sphinx
# - pip install sphinx - cd doc && make clean && make html
# - cd doc && make clean && make html - mv _build/html ../public/
# - mv _build/html ../public/ artifacts:
# artifacts: paths:
# paths: - public
# - public cache: {}
# cache: {} only:
# only: - tags
# - tags - master
# - master
pypi: pypi:
......
...@@ -15,8 +15,6 @@ ...@@ -15,8 +15,6 @@
import sys import sys
import os import os
import jppy
# If extensions (or modules to document with autodoc) are in another directory, # 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 # 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. # documentation root, use os.path.abspath to make it absolute, like shown here.
...@@ -63,9 +61,9 @@ author = u'Tamas Gal' ...@@ -63,9 +61,9 @@ author = u'Tamas Gal'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = jppy.version version = "3"
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = jppy.version release = "3"
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment