summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangboye <zhangboye@inspur.com>2021-01-03 16:57:16 +0800
committerzhangboye <zhangboye@inspur.com>2021-01-03 16:58:30 +0800
commit4963c7ae14743d2542c8334e3175b7827750bb3d (patch)
tree0cca219218d6048a25f10f9f10762b63d466a5f2
parent1a1ee061e8d6d3a9c825819ed426e4f1b2eba80e (diff)
downloadpython-neutronclient-4963c7ae14743d2542c8334e3175b7827750bb3d.tar.gz
remove unicode from code7.3.0
Change-Id: I2521c2ba836b6a332883134112b6f99d996cc4e4
-rw-r--r--doc/source/conf.py6
-rw-r--r--releasenotes/source/conf.py4
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index e3e269e..70fd0de 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -28,7 +28,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-copyright = u'OpenStack Foundation'
+copyright = 'OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@@ -53,8 +53,8 @@ htmlhelp_basename = 'neutronclientdoc'
latex_documents = [
('index', 'doc-python-neutronclient.tex',
- u'python-neutronclient Documentation',
- u'Neutron Contributors', 'manual'),
+ 'python-neutronclient Documentation',
+ 'Neutron Contributors', 'manual'),
]
# Disable usage of xindy https://bugzilla.redhat.com/show_bug.cgi?id=1643664
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 5b075fe..4982876 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -61,8 +61,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'Neutron Client Release Notes'
-copyright = u'2015, Neutron Developers'
+project = 'Neutron Client Release Notes'
+copyright = '2015, Neutron Developers'
# Release notes are version independent.
# The full version, including alpha/beta/rc tags.