diff options
| author | zhangboye <zhangboye@inspur.com> | 2021-01-03 16:57:16 +0800 |
|---|---|---|
| committer | zhangboye <zhangboye@inspur.com> | 2021-01-03 16:58:30 +0800 |
| commit | 4963c7ae14743d2542c8334e3175b7827750bb3d (patch) | |
| tree | 0cca219218d6048a25f10f9f10762b63d466a5f2 /doc/source/conf.py | |
| parent | 1a1ee061e8d6d3a9c825819ed426e4f1b2eba80e (diff) | |
| download | python-neutronclient-7.3.0.tar.gz | |
remove unicode from code7.3.0
Change-Id: I2521c2ba836b6a332883134112b6f99d996cc4e4
Diffstat (limited to 'doc/source/conf.py')
| -rw-r--r-- | doc/source/conf.py | 6 |
1 files changed, 3 insertions, 3 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 |
