Merge "Remove unicode from code"

This commit is contained in:
Zuul 2022-02-10 10:50:02 +00:00 committed by Gerrit Code Review
commit 768a12e233

View File

@ -40,8 +40,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'releases'
copyright = u'2015, OpenStack Foundation'
project = 'releases'
copyright = '2015, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True