diff options
Diffstat (limited to 'Documentation/conf.py')
| -rw-r--r-- | Documentation/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py index 082cf61a..cfb0be7f 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -55,10 +55,10 @@ author = "sparse's development community" # |version| and |release|, also used in various other places throughout the # built documents. # -# The short X.Y version. -version = u'0.5.9' # The full version, including alpha/beta/rc tags. -release = u'0.5.9' +release = next(open('../Makefile', 'r')).split('=')[1].rstrip() +# The short X.Y version. +version = release.split('-')[0] # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |
