diff --git a/docs/conf.py b/docs/conf.py index 154975c..0faff02 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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, +}