remove unicode from code
Change-Id: I44e71499b52873a2350194081f352c12b871c592
This commit is contained in:
		| @@ -51,8 +51,8 @@ source_suffix = '.rst' | ||||
| master_doc = 'index' | ||||
|  | ||||
| # General information about the project. | ||||
| project = u'API Special Interest Group' | ||||
| copyright = u'%s, OpenStack API Special Interest Group Team' % datetime.date.today().year | ||||
| project = 'API Special Interest Group' | ||||
| copyright = '%s, OpenStack API Special Interest Group Team' % datetime.date.today().year | ||||
|  | ||||
| # openstackdocstheme options | ||||
| openstackdocs_repo_name = 'openstack/api-sig' | ||||
| @@ -184,8 +184,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', 'api-sig.tex', u'API Special Interest Group', | ||||
|    u'OpenStack API Special Interest Group Team', 'manual'), | ||||
|   ('index', 'api-sig.tex', 'API Special Interest Group', | ||||
|    'OpenStack API Special Interest Group Team', 'manual'), | ||||
| ] | ||||
|  | ||||
| # The name of an image file (relative to this directory) to place at the top of | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 niuke
					niuke