From a2fc059c00191fbd8b1e9d9e70f602ea943df9f1 Mon Sep 17 00:00:00 2001 From: Michael Hierweck <michael@hierweck.de> Date: Wed, 01 Apr 2020 21:23:06 +0200 Subject: [PATCH] Test --- source/conf.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/source/conf.py b/source/conf.py index 7eb571a..3611855 100644 --- a/source/conf.py +++ b/source/conf.py @@ -21,7 +21,7 @@ from subprocess import check_output import sphinx_rtd_theme -print(check_output(['pwd',]) +print(check_output(['pwd',])) changesetid = check_output(["git", "rev-parse", "--short", "HEAD"]).decode("utf-8")[:7] numfig = True -- Gitblit v1.9.3