Ejemplo n.º 1
0
# The master doctree document.
master_doc = 'index'

# General information about the project.
project = u'Neutron Library'
copyright = u'2015-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_lib.version import version_info as neutron_lib_version
release = neutron_lib_version.release_string()
# The short X.Y version.
version = neutron_lib_version.version_string()

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#language = None

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
#today = ''
# Else, today_fmt is used as the format for a strftime call.
#today_fmt = '%B %d, %Y'

# List of documents that shouldn't be included in the build.
# unused_docs = []

# List of directories, relative to source directory, that shouldn't be searched
Ejemplo n.º 2
0
# The master toctree document.
master_doc = 'index'

# General information about the project.
project = u'Networking API Reference'
copyright = u'2010-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.
#
from neutron_lib.version import version_info
# The full version, including alpha/beta/rc tags.
release = version_info.release_string()
# The short X.Y version.
version = version_info.version_string()

# Config logABug feature
# html_context allows us to pass arbitrary values into the html template
html_context = {"bug_tag": "api-ref", "bug_project": "neutron"}

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# language = None

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
# today = ''
# Else, today_fmt is used as the format for a strftime call.
# today_fmt = '%B %d, %Y'
Ejemplo n.º 3
0
project = u'Networking API Reference'
copyright = u'2010-present, OpenStack Foundation'

# openstackdocstheme options
repository_name = 'openstack/neutron-lib'
bug_project = 'neutron'
bug_tag = 'api-ref'

# 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.
#
# The full version, including alpha/beta/rc tags.
release = version_info.release_string()
# The short X.Y version.
version = version_info.version_string()

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# language = None

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
# today = ''
# Else, today_fmt is used as the format for a strftime call.
# today_fmt = '%B %d, %Y'

# The reST default role (used for this markup: `text`) to use
# for all documents.
# default_role = None
Ejemplo n.º 4
0
# The master doctree document.
master_doc = 'index'

# General information about the project.
project = u'Neutron Library'
copyright = u'2015-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_lib.version import version_info as neutron_lib_version
release = neutron_lib_version.release_string()
# The short X.Y version.
version = neutron_lib_version.version_string()

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#language = None

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
#today = ''
# Else, today_fmt is used as the format for a strftime call.
#today_fmt = '%B %d, %Y'

# List of documents that shouldn't be included in the build.
# unused_docs = []

# List of directories, relative to source directory, that shouldn't be searched