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
Michiel Cottaar
fsl_mrs
Commits
05e5b5fc
Commit
05e5b5fc
authored
Oct 30, 2020
by
William Clarke
Browse files
Docs should now pick up version from versioneer.
parent
46190a37
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/user_docs/conf.py
View file @
05e5b5fc
import
datetime
import
fsl_mrs
date
=
datetime
.
date
.
today
()
# Configuration file for the Sphinx documentation builder.
...
...
@@ -25,7 +26,7 @@ copyright = f'{date.year}, Will Clarke & Saad Jbabdi, University of Oxford, Oxfo
author
=
'William Clarke'
# The full version, including alpha/beta/rc tags
version
=
'1.0.5'
version
=
fsl_mrs
.
__version__
release
=
version
# From PM's fsleyes doc
...
...
Write
Preview
Supports
Markdown
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