Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jppy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
km3py
jppy
Commits
e975a56b
Commit
e975a56b
authored
5 years ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Remove jppy from doc depenency
parent
bbdb3407
No related branches found
No related tags found
No related merge requests found
Pipeline
#8871
failed
5 years ago
Stage: build
Stage: test
Stage: doc
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+14
-15
14 additions, 15 deletions
.gitlab-ci.yml
docs/conf.py
+2
-4
2 additions, 4 deletions
docs/conf.py
with
16 additions
and
19 deletions
.gitlab-ci.yml
+
14
−
15
View file @
e975a56b
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
docs/conf.py
+
2
−
4
View file @
e975a56b
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment