Merge "remove unicode from code"

This commit is contained in:
Zuul
2023-03-03 21:15:43 +00:00
committed by Gerrit Code Review

View File

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