diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-19 15:09:39 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-19 15:09:39 -0400 |
commit | 4599943d8a66ead3d4d0145940890fdc275c5ccf (patch) | |
tree | 15b82c52dfe2d808e212e3870ae6efc327816886 | |
parent | dbaf5bfe2d63018510ed52860586d5fa5d89c61d (diff) | |
download | c++-4599943d8a66ead3d4d0145940890fdc275c5ccf.tar.gz c++-4599943d8a66ead3d4d0145940890fdc275c5ccf.tar.bz2 c++-4599943d8a66ead3d4d0145940890fdc275c5ccf.zip |
small fix to documentation configuration
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 271a897..30dbe9b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -27,7 +27,7 @@ copyright = '2018, Jaron Kent-Dobias' author = 'Jaron Kent-Dobias' # The short X.Y version -version = re.sub('^v', '', os.popen('git describe --always').read().strip()) +version = re.sub('^v', '', os.popen('git describe --tags --always').read().strip()) # The full version, including alpha/beta/rc tags release = version |