From: Jeremy Stanley Date: Tue, 12 Nov 2019 15:25:59 +0000 (+0000) Subject: Use generic authors for copyright shown in docs X-Git-Tag: 0.1.0~24 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=353796668cb2088076014fd0f4a9466552bcb3bd;hp=b68c7440e82c4a5f027c69c02c63e643b175821e 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. --- 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'