|
|
|
@ -65,15 +65,17 @@ extensions = [
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
# Project cross-reference roles |
|
|
|
|
openstack_projects = [ |
|
|
|
|
openstackdocs_projects = [ |
|
|
|
|
'neutron', |
|
|
|
|
'nova', |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
# openstackdocstheme options |
|
|
|
|
repository_name = 'openstack/neutron' |
|
|
|
|
bug_project = 'neutron' |
|
|
|
|
bug_tag = 'doc' |
|
|
|
|
openstackdocs_repo_name = 'openstack/neutron' |
|
|
|
|
openstackdocs_pdf_link = True |
|
|
|
|
openstackdocs_bug_project = 'neutron' |
|
|
|
|
openstackdocs_bug_tag = 'doc' |
|
|
|
|
openstackdocs_auto_name = False |
|
|
|
|
|
|
|
|
|
todo_include_todos = True |
|
|
|
|
|
|
|
|
@ -93,16 +95,6 @@ master_doc = 'index'
|
|
|
|
|
project = u'Neutron' |
|
|
|
|
copyright = u'2011-present, OpenStack Foundation.' |
|
|
|
|
|
|
|
|
|
# The version info for the project you're documenting, acts as replacement for |
|
|
|
|
# |version| and |release|, also used in various other places throughout the |
|
|
|
|
# built documents. |
|
|
|
|
# |
|
|
|
|
# Version info |
|
|
|
|
from neutron.version import version_info as neutron_version |
|
|
|
|
release = neutron_version.release_string() |
|
|
|
|
# The short X.Y version. |
|
|
|
|
version = neutron_version.version_string() |
|
|
|
|
|
|
|
|
|
# The language for content autogenerated by Sphinx. Refer to documentation |
|
|
|
|
# for a list of supported languages. |
|
|
|
|
#language = None |
|
|
|
@ -135,7 +127,7 @@ exclude_trees = []
|
|
|
|
|
show_authors = True |
|
|
|
|
|
|
|
|
|
# The name of the Pygments (syntax highlighting) style to use. |
|
|
|
|
pygments_style = 'sphinx' |
|
|
|
|
pygments_style = 'native' |
|
|
|
|
|
|
|
|
|
# A list of ignored prefixes for module index sorting. |
|
|
|
|
modindex_common_prefix = ['neutron.'] |
|
|
|
@ -177,10 +169,6 @@ html_theme = 'openstackdocs'
|
|
|
|
|
# so a file named "default.css" will overwrite the builtin "default.css". |
|
|
|
|
html_static_path = ['_static'] |
|
|
|
|
|
|
|
|
|
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
|
|
|
|
# using the given strftime format. |
|
|
|
|
html_last_updated_fmt = '%Y-%m-%d %H:%M' |
|
|
|
|
|
|
|
|
|
# If true, SmartyPants will be used to convert quotes and dashes to |
|
|
|
|
# typographically correct entities. |
|
|
|
|
#html_use_smartypants = True |
|
|
|
|