diff --git a/doc/source/conf.py b/doc/source/conf.py index 1db448b..d3e5a96 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ openstackdocs_bug_project = 'ossa' master_doc = 'index' # General information about the project. -project = u'OpenStack Security Advisories' +project = 'OpenStack Security Advisories' copyright = ('%d, OpenStack Vulnerabiltity Management Team' % datetime.date.today().year) @@ -185,8 +185,8 @@ latex_elements = { # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'Security.tex', u'OpenStack Security Advisories', - u'OpenStack Vulnerability Management Team', 'manual'), + ('index', 'Security.tex', 'OpenStack Security Advisories', + 'OpenStack Vulnerability Management Team', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of