From c13f3c212ee83a97319b92205b1e1175dd44da50 Mon Sep 17 00:00:00 2001 From: jiaqi07 Date: Tue, 2 Aug 2022 16:12:37 +0800 Subject: [PATCH] Remove py2 unicode markers Change-Id: I2cedb7f1b649ee3b82e0c6d4a7f0ede87ff3cc1b --- doc/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 08f2d6e..c347f6d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -43,7 +43,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -copyright = u'OpenStack Foundation' +copyright = 'OpenStack Foundation' # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'native' @@ -73,8 +73,8 @@ latex_documents = [ ( master_doc, 'doc-tenks.tex', - u'Tenks Documentation', - u'OpenStack Foundation', + 'Tenks Documentation', + 'OpenStack Foundation', 'manual' ), ]