Skip to content

Commit

Permalink
Use RTD theme and add Github widget
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdm committed Sep 5, 2016
1 parent aae11f6 commit 5590664
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,16 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
#html_theme = 'alabaster'

html_context = {
"display_github": True,
"github_user": "mgdm",
"github_repo": project,
"github_version": "master",
"conf_py_path": "/docs/",
"source_suffix": source_suffix,
}

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

0 comments on commit 5590664

Please sign in to comment.