diff --git a/doc/conf.py b/doc/conf.py index ddf76fe9..a62c4d84 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -30,7 +30,7 @@ except IOError: import subprocess try: release = subprocess.check_output([ - 'gist', 'describe', '--always', '--abbrev=10', '--dirty=+', '--tags' + 'git', 'describe', '--always', '--abbrev=10', '--dirty=+', '--tags' ]).decode('utf-8').strip() except (subprocess.CalledProcessError, OSError): release = '(unknown version)'