Example #1
0
# Remove nonlocal_uri warnings
suppress_warnings = ['image.nonlocal_uri']

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False


# -- Options for HTML output ----------------------------------------------

# The theme to use for HTML and HTML Help pages.  See the documentation for
# a list of builtin themes.
# html_theme = 'alabaster'
# html_theme = 'sphinx_rtd_theme'
html_theme = 'kytos'
html_theme_path = kytos_sphinx_theme.get_html_theme_path()

# Theme options are theme-specific and customize the look and feel of a theme
# further.  For a list of options available for each theme, see the
# documentation.
# html_theme_options = {}

# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
html_context = {'project_short_name': project_short_name}

# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#html_title = u'python-openflow library v0.1.0'

# A shorter title for the navigation bar.  Default is the same as html_title.
Example #2
0
File: conf.py Project: kytos/kyco
# Remove nonlocal_uri warnings
suppress_warnings = ['image.nonlocal_uri']

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False


# -- Options for HTML output ----------------------------------------------

# The theme to use for HTML and HTML Help pages.  See the documentation for
# a list of builtin themes.
# html_theme = 'alabaster'
# html_theme = 'sphinx_rtd_theme'
html_theme = 'kytos'
html_theme_path = kytos_sphinx_theme.get_html_theme_path()

# Theme options are theme-specific and customize the look and feel of a theme
# further.  For a list of options available for each theme, see the
# documentation.
# html_theme_options = {}

# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []

# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#html_title = u'Kytos v0.1.0'

# A shorter title for the navigation bar.  Default is the same as html_title.
#html_short_title = None