diff --git a/docs/_templates/github.html b/docs/_templates/github.html
index 12533b52..bb2b5ee5 100644
--- a/docs/_templates/github.html
+++ b/docs/_templates/github.html
@@ -1,8 +1,4 @@
-Star
-
-
-
-GitHub Repository
+Star
diff --git a/docs/conf.py b/docs/conf.py
index 189a07c4..f65f12dd 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -18,6 +18,7 @@ html_theme_options = {
'font_family': "Georgia, serif",
'head_font_family': "Georgia, serif",
'fixed_sidebar': True,
+ 'show_powered_by': False,
}
htmlhelp_basename = 'mitogendoc'
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}