X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=doc%2Fsource%2Fconf.py;h=208585b7cc54e7ad47e4cbf36266f012f8dbfb3c;hp=8d8728d5d9df48de388ee106fb4b81ce75eac9f1;hb=24915acde5743b261c4da069c2676dd0ba0f16c3;hpb=943df51673c1d17b29112792ff529bfbc529a42b diff --git a/doc/source/conf.py b/doc/source/conf.py index 8d8728d..208585b 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018 mudpy authors. Permission to use, copy, +# Copyright (c) 2018-2019 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-2018, Jeremy Stanley ' +copyright = '2004-2019, Jeremy Stanley ' extensions = ['sphinx.ext.autodoc'] html_favicon = '_static/logo.svg' html_logo = '_static/logo.svg'