From: Jeremy Stanley Date: Mon, 5 Jul 2021 16:32:19 +0000 (+0000) Subject: Update copyright year in built documentation X-Git-Tag: 0.4.1~6 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=a755f05d7b08b33aebeaef8db761ab8afc8f2afb;ds=sidebyside Update copyright year in built documentation We've made changes to documentation this year, but neglected to update the copyright year in the footer of built docs, so do that now. --- diff --git a/doc/source/conf.py b/doc/source/conf.py index 61d1276..e32f00d 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2020 mudpy authors. Permission to use, copy, +# Copyright (c) 2018-2021 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-2020, mudpy authors' +copyright = '2004-2021, mudpy authors' extensions = ['sphinx.ext.autodoc'] html_favicon = '_static/logo.svg' html_logo = '_static/logo.svg'