diff --git a/doc/source/conf.py b/doc/source/conf.py index 0e348bd..2ad75a9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -28,8 +28,8 @@ extensions = [ master_doc = 'index' # General information about the project. -project = u'reno' -copyright = u'2013, OpenStack Foundation' +project = 'reno' +copyright = '2013, OpenStack Foundation' # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'native'