diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
new file mode 100644
index 000000000000..e62f7c840ee8
--- /dev/null
+++ b/docs/_templates/layout.html
@@ -0,0 +1,5 @@
+{% extends "!layout.html" %}
+{% block sidebartitle %}
+{{ super() }}
+View on GitHub
+{% endblock %}