From 4599943d8a66ead3d4d0145940890fdc275c5ccf Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Fri, 19 Oct 2018 15:09:39 -0400 Subject: small fix to documentation configuration --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf