diff options
| -rw-r--r-- | doc/source/conf.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index ebed3d8..e4672a8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -57,8 +57,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'tooz' -copyright = u'%s, OpenStack Foundation' % datetime.date.today().year +project = 'tooz' +copyright = '%s, OpenStack Foundation' % datetime.date.today().year # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. @@ -88,8 +88,8 @@ latex_documents = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'tooz', u'tooz Documentation', - u'OpenStack Foundation', 'tooz', 'One line description of project.', + ('index', 'tooz', 'tooz Documentation', + 'OpenStack Foundation', 'tooz', 'One line description of project.', 'Miscellaneous'), ] |
