pygments_style = 'friendly' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # html_theme = 'sphinx_sleekcat_theme' # 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 = [sphinx_sleekcat_theme.get_html_theme_path()] # The name for this set of Sphinx documents. # "<project> v<release> documentation" by default. # html_title = u"%s v%s Manual" % (project, release) # 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
html_theme_options = { # 'githuburl': 'https://github.com/pyrocko/pyrocko/', 'bodyfont': '"Lucida Grande",Arial,sans-serif', 'headfont': '"Lucida Grande",Arial,sans-serif', 'codefont': 'monospace,sans-serif', 'linkcolor': '#204a87', 'visitedlinkcolor': '#204a87', 'nosidebar': True, # 'appendcss': open('style.css').read(), # 'googlewebfonturl': 'https://fonts.googleapis.com/css?family=Roboto+Slab', # 'bodyfont': '"Roboto Slab",Arial,sans-serif', } pygments_style = 'friendly' # Add any paths that contain custom themes here, relative to this directory. html_theme_path = [sphinx_sleekcat_theme.get_html_theme_path()] # The name for this set of Sphinx documents. If None, it defaults to # "<project> v<release> documentation". html_title = u"%s v%s Manual" % (project, release) # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = u"%s Manual" % project # 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