diff --git a/docs/source/_templates/ghbuttons.html b/docs/source/_templates/ghbuttons.html
new file mode 100644
index 00000000..badb06af
--- /dev/null
+++ b/docs/source/_templates/ghbuttons.html
@@ -0,0 +1,4 @@
+
Github
+
+
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 2cabc4a4..deb779dd 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -141,7 +141,7 @@ html_static_path = ['_static']
# Custom sidebar templates, maps document names to template names.
html_sidebars = {
'**': ['sidebarlogo.html', 'localtoc.html', 'relations.html',
- 'sourcelink.html', 'searchbox.html']
+ 'ghbuttons.html', 'sourcelink.html', 'searchbox.html']
}
# Additional templates that should be rendered to pages, maps page names to