From: Christopher Hoskin <mans0954@debian.org>
Date: Fri, 15 Jan 2021 06:55:42 +0000
Subject: nogit Remove assumption this is a git checkout

Forwarded: not-needed
Last-Update: 2019-12-13
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index edbbdda..516b8c6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -116,7 +116,7 @@ author = 'Thomas Jost, Cimbali'
 # The short X.Y version.
 version = pkg_meta.__version__
 # The full version, including alpha/beta/rc tags.
-release = str(subprocess.check_output(["git", "describe"])[1:].strip())
+release = 'v0.6-456-gfc4c897'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
