Remove unicode literal from code
All strings are considered as unicode literal string from Python 3. Closes bug: #1995548 Change-Id: I92be0f8be8e66fa13763caab97e9968c2f956e68
This commit is contained in:
parent
b971ad860f
commit
eaf68bea24
@ -42,7 +42,7 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = 'Skyline Console Release Notes'
|
project = 'Skyline Console Release Notes'
|
||||||
copyright = u'2022, Skyline Console developers'
|
copyright = '2022, Skyline Console developers'
|
||||||
# openstackdocstheme options
|
# openstackdocstheme options
|
||||||
openstackdocs_repo_name = 'openstack/skyline-console'
|
openstackdocs_repo_name = 'openstack/skyline-console'
|
||||||
openstackdocs_bug_project = 'skyline-apiserver'
|
openstackdocs_bug_project = 'skyline-apiserver'
|
||||||
|
Loading…
Reference in New Issue
Block a user