summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-19 15:09:39 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-19 15:09:39 -0400
commit4599943d8a66ead3d4d0145940890fdc275c5ccf (patch)
tree15b82c52dfe2d808e212e3870ae6efc327816886
parentdbaf5bfe2d63018510ed52860586d5fa5d89c61d (diff)
downloadc++-4599943d8a66ead3d4d0145940890fdc275c5ccf.tar.gz
c++-4599943d8a66ead3d4d0145940890fdc275c5ccf.tar.bz2
c++-4599943d8a66ead3d4d0145940890fdc275c5ccf.zip
small fix to documentation configuration
-rw-r--r--doc/conf.py2
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