Skip to content

Commit

Permalink
Updated documentation theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitbryon committed May 10, 2016
1 parent 1a1d2be commit 02e2b81
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/conf.py
Expand Up @@ -58,14 +58,25 @@
exclude_patterns = ['_build']

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


# -- 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 = 'sphinx_rtd_theme'
html_theme = 'classic'
html_theme_options = {
"stickysidebar": True,
"externalrefs": True,
"sidebarbgcolor": "#e9e9e9",
"sidebartextcolor": "#333",
"sidebarlinkcolor": "#666",
"relbarbgcolor": "#185A86",
"headtextcolor": "#185A86",
"footerbgcolor": "#092130",
"codebgcolor": "#fff9e5",
}

# 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,
Expand Down

0 comments on commit 02e2b81

Please sign in to comment.