diff options
| author | likui <likui@yovole.com> | 2021-01-03 13:03:32 +0800 |
|---|---|---|
| committer | likui <likui@yovole.com> | 2021-01-03 13:03:32 +0800 |
| commit | 3bdae37673376529c622452f2f29a0d389c0a7d5 (patch) | |
| tree | 9a0df04c12ecdfc419fd92257aec16b30773b85c /doc | |
| parent | 182301ac681d7f8e1e00a8163f6ac301aad9522b (diff) | |
| download | python-troveclient-3bdae37673376529c622452f2f29a0d389c0a7d5.tar.gz | |
remove unicode from code
Change-Id: Iadc87779bf513c9d04847b6cf8ecbc60b300d7db
Implements: blueprint remove-unicode
Diffstat (limited to 'doc')
| -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 5443c2d..16656b3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -56,7 +56,7 @@ source_suffix = '.rst' master_doc = 'index' -copyright = u'2014, OpenStack Foundation' +copyright = '2014, OpenStack Foundation' exclude_trees = [] @@ -64,6 +64,6 @@ pygments_style = 'native' htmlhelp_basename = 'python-troveclientdoc' latex_documents = [ - ('index', 'python-troveclient.tex', u'python-troveclient Documentation', - u'OpenStack', 'manual'), + ('index', 'python-troveclient.tex', 'python-troveclient Documentation', + 'OpenStack', 'manual'), ] |
