remove unicode literal from code
Change-Id: I44e71499b52873a2350194081f352c12b871c592
This commit is contained in:
parent
2745a5905f
commit
91f190cd6a
@ -51,8 +51,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'API Special Interest Group'
|
project = 'API Special Interest Group'
|
||||||
copyright = u'%s, OpenStack API Special Interest Group Team' % datetime.date.today().year
|
copyright = '%s, OpenStack API Special Interest Group Team' % datetime.date.today().year
|
||||||
|
|
||||||
# openstackdocstheme options
|
# openstackdocstheme options
|
||||||
openstackdocs_repo_name = 'openstack/api-sig'
|
openstackdocs_repo_name = 'openstack/api-sig'
|
||||||
@ -184,8 +184,8 @@ latex_elements = {
|
|||||||
# 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', 'api-sig.tex', u'API Special Interest Group',
|
('index', 'api-sig.tex', 'API Special Interest Group',
|
||||||
u'OpenStack API Special Interest Group Team', 'manual'),
|
'OpenStack API Special Interest Group Team', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
# The name of an image file (relative to this directory) to place at the top of
|
# The name of an image file (relative to this directory) to place at the top of
|
||||||
@ -214,8 +214,8 @@ latex_documents = [
|
|||||||
# (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', 'api-sig', u'API Special Interest Group',
|
('index', 'api-sig', 'API Special Interest Group',
|
||||||
u'OpenStack API Special Interest Group Team', 'nova-specs', 'Guidelines for OpenStack APIs.',
|
'OpenStack API Special Interest Group Team', 'nova-specs', 'Guidelines for OpenStack APIs.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -232,10 +232,10 @@ texinfo_documents = [
|
|||||||
# -- Options for Epub output ---------------------------------------------------
|
# -- Options for Epub output ---------------------------------------------------
|
||||||
|
|
||||||
# Bibliographic Dublin Core info.
|
# Bibliographic Dublin Core info.
|
||||||
epub_title = u'API Special Interest Group'
|
epub_title = 'API Special Interest Group'
|
||||||
epub_author = u'OpenStack API Special Interest Group Team'
|
epub_author = 'OpenStack API Special Interest Group Team'
|
||||||
epub_publisher = u'OpenStack API Special Interest Group Team'
|
epub_publisher = 'OpenStack API Special Interest Group Team'
|
||||||
epub_copyright = u'2014, OpenStack API Special Interest Group Team'
|
epub_copyright = '2014, OpenStack API Special Interest Group 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user