remove unicode prefix from code

Change-Id: Icf9ac9b4c30c0b7b7538ce6fc2330f4626a49092
This commit is contained in:
niuke 2022-07-28 10:44:37 +08:00 committed by Takashi Kajinami
parent 6ac07cb0c2
commit f52985937c
1 changed files with 4 additions and 4 deletions

View File

@ -55,8 +55,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'heat-specs'
copyright = u'%s, OpenStack Foundation' % datetime.date.today().year
project = 'heat-specs'
copyright = '%s, OpenStack Foundation' % datetime.date.today().year
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/heat-specs'
@ -90,8 +90,8 @@ htmlhelp_basename = '%sdoc' % project
latex_documents = [
('index',
'%s.tex' % project,
u'%s Documentation' % project,
u'OpenStack Foundation', 'manual'),
'%s Documentation' % project,
'OpenStack Foundation', 'manual'),
]
# Example configuration for intersphinx: refer to the Python standard library.