summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-05-18 08:01:38 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-05-18 08:01:38 +0800
commite530544546b2a4e5f00e8d9458bf1b895573ec41 (patch)
tree9b957bd812fe98664d3f1f75615dda8242663097 /doc
parentf78fc42b90711c81e06699d1ebdbe69e6648b949 (diff)
downloadgitpython-e530544546b2a4e5f00e8d9458bf1b895573ec41.tar.gz
reformat according to 'black' configuration file.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index d2803a82..54f1f472 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -44,9 +44,7 @@ master_doc = "index"
# General information about the project.
project = "GitPython"
-copyright = (
- "Copyright (C) 2008, 2009 Michael Trier and contributors, 2010-2015 Sebastian Thiel"
-)
+copyright = "Copyright (C) 2008, 2009 Michael Trier and contributors, 2010-2015 Sebastian Thiel"
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the