remove unicode literal from code
Change-Id: Ib40da38dd6681c94651ffc2bc98fc852f76392ac
This commit is contained in:
@@ -63,8 +63,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'QA Specs'
|
project = 'QA Specs'
|
||||||
copyright = u'%s, OpenStack QA Team' % datetime.date.today().year
|
copyright = '%s, OpenStack QA Team' % datetime.date.today().year
|
||||||
|
|
||||||
# openstackdocstheme options
|
# openstackdocstheme options
|
||||||
openstackdocs_repo_name = 'openstack/qa-specs'
|
openstackdocs_repo_name = 'openstack/qa-specs'
|
||||||
@@ -190,8 +190,8 @@ htmlhelp_basename = 'QA-Specsdoc'
|
|||||||
# Grouping the document tree into LaTeX files. List of tuples
|
# Grouping the document tree into LaTeX files. List of tuples
|
||||||
# (source start file, target name, title, author, documentclass [howto/manual]).
|
# (source start file, target name, title, author, documentclass [howto/manual]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'doc-qa-specs.tex', u'QA Specs Documentation',
|
('index', 'doc-qa-specs.tex', 'QA Specs Documentation',
|
||||||
u'OpenStack QA Team', 'manual'),
|
'OpenStack QA Team', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
latex_use_xindy = False
|
latex_use_xindy = False
|
||||||
@@ -225,8 +225,8 @@ latex_elements = {
|
|||||||
# One entry per manual page. List of tuples
|
# One entry per manual page. List of tuples
|
||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
('index', 'qa-specs', u'QA Design Specs',
|
('index', 'qa-specs', 'QA Design Specs',
|
||||||
[u'OpenStack QA Team'], 1)
|
['OpenStack QA Team'], 1)
|
||||||
]
|
]
|
||||||
|
|
||||||
# If true, show URL addresses after external links.
|
# If true, show URL addresses after external links.
|
||||||
@@ -239,8 +239,8 @@ man_pages = [
|
|||||||
# (source start file, target name, title, author,
|
# (source start file, target name, title, author,
|
||||||
# dir menu entry, description, category)
|
# dir menu entry, description, category)
|
||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
('index', 'QA-specs', u'QA Design Specs',
|
('index', 'QA-specs', 'QA Design Specs',
|
||||||
u'OpenStack QA Team', 'QA-specs', 'Design specifications for the QA project.',
|
'OpenStack QA Team', 'QA-specs', 'Design specifications for the QA project.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -257,10 +257,10 @@ texinfo_documents = [
|
|||||||
# -- Options for Epub output ---------------------------------------------------
|
# -- Options for Epub output ---------------------------------------------------
|
||||||
|
|
||||||
# Bibliographic Dublin Core info.
|
# Bibliographic Dublin Core info.
|
||||||
epub_title = u'QA Specs'
|
epub_title = 'QA Specs'
|
||||||
epub_author = u'OpenStack QA Team'
|
epub_author = 'OpenStack QA Team'
|
||||||
epub_publisher = u'OpenStack QA Team'
|
epub_publisher = 'OpenStack QA Team'
|
||||||
epub_copyright = u'2014, OpenStack QA Team'
|
epub_copyright = '2014, OpenStack QA Team'
|
||||||
|
|
||||||
# The language of the text. It defaults to the language option
|
# The language of the text. It defaults to the language option
|
||||||
# or en if the language is not set.
|
# or en if the language is not set.
|
||||||
|
Reference in New Issue
Block a user