X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=doc%2Fsource%2Fconf.py;h=61d1276ed2b08011acfc5cd495cf78f345aaa341;hb=1a4a8dcb8c9bb5aaff1d312f5b879781522fb255;hp=208585b7cc54e7ad47e4cbf36266f012f8dbfb3c;hpb=6c86b6ed827994f838112260ba1fe162b6726ee4;p=mudpy.git diff --git a/doc/source/conf.py b/doc/source/conf.py index 208585b..61d1276 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2019 mudpy authors. Permission to use, copy, +# Copyright (c) 2018-2020 mudpy authors. Permission to use, copy, # modify, and distribute this software is granted under terms # provided in the LICENSE file distributed with this software. @@ -12,7 +12,7 @@ project = 'mudpy' add_function_parentheses = True add_module_names = True -copyright = '2004-2019, Jeremy Stanley ' +copyright = '2004-2020, mudpy authors' extensions = ['sphinx.ext.autodoc'] html_favicon = '_static/logo.svg' html_logo = '_static/logo.svg' @@ -39,6 +39,5 @@ html_title = 'mudpy' htmlhelp_basename = '%sdoc' % project latex_documents = [( 'index', '%s.tex' % project, '%s' % project, 'Jeremy Stanley', 'manual')] -master_doc = 'index' pygments_style = 'sphinx' source_suffix = '.rst'