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

Show short version as header in menu

parent 6e6578ea
No related branches found
No related tags found
No related merge requests found
Pipeline #8888 passed
......@@ -22,7 +22,8 @@ from pkg_resources import get_distribution
# -- Project information -----------------------------------------------------
version = get_distribution('km3io').version
project = 'km3io {}'.format(version)
short_version = '.'.join(version.split('.')[:2])
project = 'km3io {}'.format(short_version)
copyright = '{0}, Zineb Aly and Tamas Gal'.format(date.today().year)
author = 'Zineb Aly, Tamas Gal, Johannes Schumann'
......
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