projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b68c744
)
Use generic authors for copyright shown in docs
author
Jeremy Stanley
<fungi@yuggoth.org>
Tue, 12 Nov 2019 15:25:59 +0000
(15:25 +0000)
committer
Jeremy 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
patch
|
blob
|
history
diff --git
a/doc/source/conf.py
b/doc/source/conf.py
index
208585b
..
29b49c2
100755
(executable)
--- 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 <fungi@yuggoth.org>
'
+copyright = '2004-2019,
mudpy authors
'
extensions = ['sphinx.ext.autodoc']
html_favicon = '_static/logo.svg'
html_logo = '_static/logo.svg'