Esempio n. 1
0
# a list of builtin themes.
html_theme = 'caktus'

# 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 = {
    'tagline': "Twilio backend for the RapidSMS project.",
    'links': {
        'pypi': 'https://pypi.python.org/pypi/rapidsms-twilio',
        'github': 'https://github.com/caktus/rapidsms-twilio',
    }
}

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

# 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.
Esempio n. 2
0
html_theme = 'caktus'

# 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 = {
    'tagline':
    "Enhanced file input widget for Django which uploads the file in the background and retains value on form errors.",
    'links': {
        'pypi': 'http://pypi.python.org/pypi/django-sticky-uploads',
        'github': 'https://github.com/caktus/django-sticky-uploads',
    }
}

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

# 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.