|
|
|
@ -51,7 +51,7 @@ source_suffix = '.rst'
|
|
|
|
|
master_doc = 'index'
|
|
|
|
|
|
|
|
|
|
# General information about the project.
|
|
|
|
|
project = u'OpenStackClient CLI Base'
|
|
|
|
|
project = 'OpenStackClient CLI Base'
|
|
|
|
|
|
|
|
|
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
|
|
|
|
# for a list of supported languages.
|
|
|
|
@ -186,8 +186,8 @@ latex_elements = {
|
|
|
|
|
# .
|
|
|
|
|
latex_documents = [
|
|
|
|
|
('index', 'OpenStackCommandLineClient.tex',
|
|
|
|
|
u'OpenStack Command Line Client Documentation',
|
|
|
|
|
u'OpenStack'),
|
|
|
|
|
'OpenStack Command Line Client Documentation',
|
|
|
|
|
'OpenStack'),
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
# The name of an image file (relative to this directory) to place at the top of
|
|
|
|
@ -228,8 +228,8 @@ latex_documents = [
|
|
|
|
|
# dir menu entry, description, category)
|
|
|
|
|
texinfo_documents = [
|
|
|
|
|
('index', 'OpenStackCommandLineClient',
|
|
|
|
|
u'OpenStack Command Line Client Documentation',
|
|
|
|
|
u'OpenStack', 'OpenStackCommandLineClient',
|
|
|
|
|
'OpenStack Command Line Client Documentation',
|
|
|
|
|
'OpenStack', 'OpenStackCommandLineClient',
|
|
|
|
|
'One line description of project.',
|
|
|
|
|
'Miscellaneous'),
|
|
|
|
|
]
|
|
|
|
|