Use generic authors for copyright shown in docs
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 12 Nov 2019 15:25:59 +0000 (15:25 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 12 Nov 2019 15:25:59 +0000 (15:25 +0000)
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

index 208585b..29b49c2 100755 (executable)
@@ -12,7 +12,7 @@ project = 'mudpy'
 
 add_function_parentheses = True
 add_module_names = True
-copyright = '2004-2019, Jeremy Stanley <fungi@yuggoth.org>'
+copyright = '2004-2019, mudpy authors'
 extensions = ['sphinx.ext.autodoc']
 html_favicon = '_static/logo.svg'
 html_logo = '_static/logo.svg'