Skip to content
Snippets Groups Projects
Commit d98d8f61 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Fix to sphinx conf.py - vcs_version has been removed from fsl.version

parent 1961225a
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ import fsl.version as fslversion ...@@ -67,7 +67,7 @@ import fsl.version as fslversion
version = fslversion.__version__ version = fslversion.__version__
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '{} ({})'.format(version, fslversion.__vcs_version__) release = '{}'.format(version, fslversion.__version__)
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
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