From 34a4f76e8b9da1db7b80eb5332344e5e03d63a21 Mon Sep 17 00:00:00 2001 From: Andrew Imeson Date: Wed, 22 Jun 2022 09:54:23 -0400 Subject: [PATCH] docs: Remove repeated word 'copyright' Fixes #476 - credit to @chrillep and @adrienverge --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index aedc33a..b6ea126 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ source_suffix = '.rst' master_doc = 'index' project = APP_NAME -copyright = __copyright__ +copyright = __copyright__.lstrip('Copyright ') version = APP_VERSION release = APP_VERSION