From 47547cad5902579c501515f35ce4e21217997fe4 Mon Sep 17 00:00:00 2001 From: lcyuzzz <1798291787@qq.com> Date: Thu, 3 Nov 2022 16:52:29 +0800 Subject: [PATCH] Remove unicode literal from code All strings are considered as unicode literal string from Python 3. Closes bug: #1995571 Change-Id: I5321030cb9aeec8291bfddf3b4d5e013845ff137 --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 946b0da..ca965c1 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -209,8 +209,8 @@ htmlhelp_basename = 'SkylineAPIServerdoc' # (source start file, target name, title, author, documentclass # [howto/manual]). latex_documents = [ - ('index', 'doc-skyline-apiserver.tex', u'Skyline APIServer Developer Documentation', - u'Skyline APIServer contributors', 'manual'), + ('index', 'doc-skyline-apiserver.tex', 'Skyline APIServer Developer Documentation', + 'Skyline APIServer contributors', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of