Skip to content

Commit

Permalink
Add link to github.
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Jun 9, 2019
1 parent 5baad2e commit b3d3220
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/conf.py
Expand Up @@ -33,7 +33,16 @@
pygments_style = "sphinx"
todo_include_todos = True
html_theme = "sphinx_rtd_theme"
github_url = "https://github.com/newAM/monitorcontrol"

# Output file base name for HTML help builder.
htmlhelp_basename = "monitorcontroldoc"

html_theme_options = {
"display_version": False
}

html_context = {
"display_github": True,
"github_user": "newAM",
"github_repo": project,
}

0 comments on commit b3d3220

Please sign in to comment.