Beispiel #1
0
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = []

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = None

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

# The theme to use for HTML and HTML Help pages.  See the documentation for
# a list of builtin themes.
#

import sphinx_nameko_theme

html_theme_path = [sphinx_nameko_theme.get_html_theme_path()]
html_theme = 'nameko'

# 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 static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["ystatic"]

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
Beispiel #2
0
#    'relbartextcolor': nn_black,
#    'relbarlinkcolor': nn_red,
#    'bgcolor': nn_white,
#    'textcolor': nn_black,
#    'linkcolor': nn_red,
#    'visitedlinkcolor': nn_dark_red,
#    'headbgcolor': nn_white,
#    'headtextcolor': nn_black,
#    'headlinkcolor': nn_red,
#    'codebgcolor': nn_gray,
#    'codetextcolor': nn_black,
#    'stickysidebar': 'true',
#}
#
html_logo = logo_path
html_theme_path = [sp_theme.get_html_theme_path()]
#html_theme = 'readable'
html_theme = 'nameko'
html_sidebars = {
    '**': ['badge.html', 'localtoc.html', 'globaltoc.html', 'searchbox.html']
}

# -- Options for HTMLHelp output ------------------------------------------

# Output file base name for HTML help builder.
htmlhelp_basename = 'NiftyNetdoc'

# -- Options for LaTeX output ---------------------------------------------

latex_elements = {
    # The paper size ('letterpaper' or 'a4paper').
Beispiel #3
0

# -- 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 = 'nameko'

# 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.
# Travis doesn't support the sphinx_themes setuptools entry point
html_theme_path = [sphinx_nameko_theme.get_html_theme_path()]

# The name for this set of Sphinx documents.  If None, it defaults to
# "<project> v<release> documentation".
# html_title = None

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

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
# html_logo = None

# The name of an image file (within the static path) to use as favicon of the
# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
Beispiel #4
0
#    'relbartextcolor': nn_black,
#    'relbarlinkcolor': nn_red,
#    'bgcolor': nn_white,
#    'textcolor': nn_black,
#    'linkcolor': nn_red,
#    'visitedlinkcolor': nn_dark_red,
#    'headbgcolor': nn_white,
#    'headtextcolor': nn_black,
#    'headlinkcolor': nn_red,
#    'codebgcolor': nn_gray,
#    'codetextcolor': nn_black,
#    'stickysidebar': 'true',
#}
#
html_logo = logo_path
html_theme_path = [sp_theme.get_html_theme_path()]
#html_theme = 'readable'
html_theme = 'nameko'
html_sidebars = {
   '**': ['badge.html', 'localtoc.html', 'globaltoc.html', 'searchbox.html']
}

# -- Options for HTMLHelp output ------------------------------------------

# Output file base name for HTML help builder.
htmlhelp_basename = 'NiftyNetdoc'


# -- Options for LaTeX output ---------------------------------------------

latex_elements = {