From 353796668cb2088076014fd0f4a9466552bcb3bd Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 12 Nov 2019 15:25:59 +0000 Subject: [PATCH] Use generic authors for copyright shown in docs Adjust the copyright holder listed in the Sphinx-built documentation to match the more general "mudpy authors" used in copyright headers for files. --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 208585b..29b49c2 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -12,7 +12,7 @@ project = 'mudpy' add_function_parentheses = True add_module_names = True -copyright = '2004-2019, Jeremy Stanley ' +copyright = '2004-2019, mudpy authors' extensions = ['sphinx.ext.autodoc'] html_favicon = '_static/logo.svg' html_logo = '_static/logo.svg' -- 2.11.0