Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NIFTy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
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
ift
NIFTy
Commits
a1f33228
Commit
a1f33228
authored
6 years ago
by
Philipp Arras
Browse files
Options
Downloads
Patches
Plain Diff
Use version from version.py for sphinx
parent
b303c459
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/conf.py
+4
-3
4 additions, 3 deletions
docs/source/conf.py
with
4 additions
and
3 deletions
docs/source/conf.py
+
4
−
3
View file @
a1f33228
import
nifty5
import
sphinx_rtd_theme
napoleon_google_docstring
=
False
...
...
@@ -21,9 +22,9 @@ master_doc = 'index'
project
=
u
'
NIFTy5
'
copyright
=
u
'
2013-2018, Max-Planck-Society
'
author
=
u
'
Martin Reinecke
'
# FIXME import version from version.py
version
=
u
'
5.0
'
release
=
u
'
5.0.0
'
release
=
nifty5
.
version
.
__version__
version
=
release
[:
-
2
]
language
=
None
exclude_patterns
=
[]
...
...
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