コード例 #1
0
author = 'Saritasa'

version = '0.1'

release = '0.1'

language = None

exclude_patterns = []

todo_include_todos = False

# Read the docs theme
html_theme = 'sphinx_py3doc_enhanced_theme'
html_theme_path = [sphinx_py3doc_enhanced_theme.get_html_theme_path()]

html_static_path = []

htmlhelp_basename = 'music_store_exercisedoc'

latex_elements = {}

# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [(master_doc, 'Music Store Exercise',
              'MUSIC STORE EXERCISE Documentation', [author], 1)]

# Grouping the document tree into Texinfo files. List of tuples
# (source start file, target name, title, author,
#  dir menu entry, description, category)
コード例 #2
0
}
"""

html_theme_options = {
    "bodyfont": "sans-serif",
    "headfont": "sans-serif",
    "codefont": "monospace",
    # "externalrefs": True,
    "sidebardepth": 3,
    "codebgcolor": "rgb(255,255,245) !important",
    "appendcss": add_css
}

# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = [
    sphinx_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
コード例 #3
0
master_doc = 'index'
project = 'lazy-object-proxy'
year = '2014-2017'
author = 'Ionel Cristian Mărieș'
copyright = '{0}, {1}'.format(year, author)
version = release = '1.3.1'

pygments_style = 'trac'
templates_path = ['.']
extlinks = {
    'issue': ('https://github.com/ionelmc/python-lazy-object-proxy/issues/%s', '#'),
    'pr': ('https://github.com/ionelmc/python-lazy-object-proxy/pull/%s', 'PR #'),
}
import sphinx_py3doc_enhanced_theme
html_theme = "sphinx_py3doc_enhanced_theme"
html_theme_path = [sphinx_py3doc_enhanced_theme.get_html_theme_path()]
html_theme_options = {
    'githuburl': 'https://github.com/ionelmc/python-lazy-object-proxy/'
}

html_use_smartypants = True
html_last_updated_fmt = '%b %d, %Y'
html_split_index = False
html_sidebars = {
   '**': ['searchbox.html', 'globaltoc.html', 'sourcelink.html'],
}
html_short_title = '%s-%s' % (project, version)

napoleon_use_ivar = True
napoleon_use_rtype = False
napoleon_use_param = False
コード例 #4
0
#     'bodyfont': '"Lucida Grande",Arial,sans-serif',
#     'headfont': '"Lucida Grande",Arial,sans-serif',
#     'codefont': 'monospace,sans-serif',
#     'linkcolor': '#0072AA',
#     'visitedlinkcolor': '#6363bb',
#     'extrastyling': False,
# }
html_theme_options = {
    'appendcss': 'div.body code.descclassname { display: none }',
    'githuburl': 'https://github.com/LIVVkit/LIVVkit',
    'sidebardepth': 3,
}

# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = [
    sphinx_py3doc_enhanced_theme.get_html_theme_path(), './_themes'
]

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

# 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