conf.py (aodh-14.0.0) | : | conf.py (aodh-15.0.0) | ||
---|---|---|---|---|
skipping to change at line 77 | skipping to change at line 77 | |||
# The suffix of source filenames. | # The suffix of source filenames. | |||
source_suffix = '.rst' | source_suffix = '.rst' | |||
# The encoding of source files. | # The encoding of source files. | |||
#source_encoding = 'utf-8-sig' | #source_encoding = 'utf-8-sig' | |||
# The master toctree document. | # The master toctree document. | |||
master_doc = 'index' | master_doc = 'index' | |||
# General information about the project. | # General information about the project. | |||
copyright = u'2012-2015, OpenStack Foundation' | copyright = '2012-2015, OpenStack Foundation' | |||
# The language for content autogenerated by Sphinx. Refer to documentation | # The language for content autogenerated by Sphinx. Refer to documentation | |||
# for a list of supported languages. | # for a list of supported languages. | |||
#language = None | #language = None | |||
# There are two options for replacing |today|: either, you set today to some | # There are two options for replacing |today|: either, you set today to some | |||
# non-false value, then it is used: | # non-false value, then it is used: | |||
#today = '' | #today = '' | |||
# Else, today_fmt is used as the format for a strftime call. | # Else, today_fmt is used as the format for a strftime call. | |||
#today_fmt = '%B %d, %Y' | #today_fmt = '%B %d, %Y' | |||
skipping to change at line 200 | skipping to change at line 200 | |||
# Output file base name for HTML help builder. | # Output file base name for HTML help builder. | |||
htmlhelp_basename = 'Aodhdoc' | htmlhelp_basename = 'Aodhdoc' | |||
# -- Options for LaTeX output ------------------------------------------------- | # -- Options for LaTeX output ------------------------------------------------- | |||
# 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 | # (source start file, target name, title, author, documentclass | |||
# [howto/manual]). | # [howto/manual]). | |||
latex_documents = [ | latex_documents = [ | |||
('index', 'doc-aodh.tex', u'Aodh Documentation', | ('index', 'doc-aodh.tex', 'Aodh Documentation', | |||
u'OpenStack Foundation', 'manual'), | 'OpenStack Foundation', 'manual'), | |||
] | ] | |||
latex_elements = { | latex_elements = { | |||
'makeindex': '', | 'makeindex': '', | |||
'printindex': '', | 'printindex': '', | |||
'preamble': r'\setcounter{tocdepth}{3}', | 'preamble': r'\setcounter{tocdepth}{3}', | |||
'maxlistdepth': '10', | 'maxlistdepth': '10', | |||
} | } | |||
# Disable usage of xindy https://bugzilla.redhat.com/show_bug.cgi?id=1643664 | # Disable usage of xindy https://bugzilla.redhat.com/show_bug.cgi?id=1643664 | |||
skipping to change at line 244 | skipping to change at line 244 | |||
#latex_appendices = [] | #latex_appendices = [] | |||
# If false, no module index is generated. | # If false, no module index is generated. | |||
#latex_domain_indices = True | #latex_domain_indices = True | |||
# -- Options for manual page output ------------------------------------------- | # -- Options for manual page output ------------------------------------------- | |||
# 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', 'aodh', u'Aodh Documentation', | ('index', 'aodh', 'Aodh Documentation', | |||
[u'OpenStack'], 1) | ['OpenStack'], 1) | |||
] | ] | |||
# If true, show URL addresses after external links. | # If true, show URL addresses after external links. | |||
#man_show_urls = False | #man_show_urls = False | |||
# -- Options for Texinfo output ----------------------------------------------- | # -- Options for Texinfo output ----------------------------------------------- | |||
# Grouping the document tree into Texinfo files. List of tuples | # Grouping the document tree into Texinfo files. List of tuples | |||
# (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', 'Aodh', u'Aodh Documentation', u'OpenStack', | ('index', 'Aodh', 'Aodh Documentation', 'OpenStack', | |||
'Aodh', 'One line description of project.', 'Miscellaneous'), | 'Aodh', 'One line description of project.', 'Miscellaneous'), | |||
] | ] | |||
# Documents to append as an appendix to all manuals. | # Documents to append as an appendix to all manuals. | |||
#texinfo_appendices = [] | #texinfo_appendices = [] | |||
# If false, no module index is generated. | # If false, no module index is generated. | |||
#texinfo_domain_indices = True | #texinfo_domain_indices = True | |||
# How to display URL addresses: 'footnote', 'no', or 'inline'. | # How to display URL addresses: 'footnote', 'no', or 'inline'. | |||
#texinfo_show_urls = 'footnote' | #texinfo_show_urls = 'footnote' | |||
# -- Options for Epub output -------------------------------------------------- | # -- Options for Epub output -------------------------------------------------- | |||
# Bibliographic Dublin Core info. | # Bibliographic Dublin Core info. | |||
epub_title = u'Aodh' | epub_title = 'Aodh' | |||
epub_author = u'OpenStack' | epub_author = 'OpenStack' | |||
epub_publisher = u'OpenStack' | epub_publisher = 'OpenStack' | |||
epub_copyright = u'2012-2015, OpenStack' | epub_copyright = '2012-2015, OpenStack' | |||
# 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. | |||
#epub_language = '' | #epub_language = '' | |||
# The scheme of the identifier. Typical schemes are ISBN or URL. | # The scheme of the identifier. Typical schemes are ISBN or URL. | |||
#epub_scheme = '' | #epub_scheme = '' | |||
# The unique identifier of the text. This can be an ISBN number | # The unique identifier of the text. This can be an ISBN number | |||
# or the project homepage. | # or the project homepage. | |||
End of changes. 5 change blocks. | ||||
10 lines changed or deleted | 10 lines changed or added |