Ejemplo n.º 1
0
templates_path = ['_templates']

# The suffix of source filenames.
source_suffix = '.rst'

# The encoding of source files.
source_encoding = 'utf-8'

# The master toctree document.
master_doc = 'index'

# General information about the project.
repository_name = u'openstack/monasca-api'
project = u'Monitoring API Release Notes'
version = version_info.canonical_version_string()
release = version_info.version_string_with_vcs()
bug_project = u'863'
bug_tag = u''
copyright = u'2014-present, OpenStack Foundation'
author = u'OpenStack Foundation'

# 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.º 2
0
extensions = [
    'sphinx.ext.coverage',
    'sphinx.ext.ifconfig',
    'sphinx.ext.graphviz',
    'sphinx.ext.autodoc',
    'sphinx.ext.viewcode',
    'oslo_config.sphinxconfiggen',
    'oslo_config.sphinxext',
    'openstackdocstheme',
]

# geeneral information about project
repository_name = u'openstack/monasca-api'
project = u'monasca'
version = version_info.canonical_version_string()
release = version_info.version_string_with_vcs()
bug_project = u'863'
bug_tag = u''
copyright = u'2014-present, OpenStack Foundation'
author = u'OpenStack Foundation'

# sample config
config_generator_config_file = [
    ('config-generator/monasca-api.conf', '_static/monasca-api')
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

# The suffix(es) of source filenames.
source_suffix = '.rst'