diff --git a/doc/source/conf.py b/doc/source/conf.py index 942ab69..96062bd 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -46,7 +46,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -copyright = u'2018, MetalSmith Developers ' +copyright = '2018, MetalSmith Developers ' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -83,8 +83,8 @@ latex_use_xindy = False latex_documents = [ ('index', 'doc-metalsmith.tex', - u'MetalSmith Documentation', - u'MetalSmith Developers', 'manual'), + 'MetalSmith Documentation', + 'MetalSmith Developers', 'manual'), ] # Example configuration for intersphinx: refer to the Python standard library. diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index c3f09da..98db3b0 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -62,8 +62,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'MetalSmith Release Notes' -copyright = u'2018, MetalSmith Developers' +project = 'MetalSmith Release Notes' +copyright = '2018, MetalSmith Developers' # Release notes are version independent. # The short X.Y version.