Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
a1f33228
Commit
a1f33228
authored
Jan 07, 2019
by
Philipp Arras
Browse files
Use version from version.py for sphinx
parent
b303c459
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/source/conf.py
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
=
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment