diff --git a/docs/readthedocs/source/_templates/breadcrumbs.html b/docs/readthedocs/source/_templates/breadcrumbs.html
new file mode 100644
index 00000000..599388dc
--- /dev/null
+++ b/docs/readthedocs/source/_templates/breadcrumbs.html
@@ -0,0 +1,60 @@
+
+
+{%- extends "sphinx_rtd_theme/breadcrumbs.html" %}
+
+
+{%- block breadcrumbs_aside %}
+
+ {%- if hasdoc(pagename) and display_vcs_links %}
+ {%- if display_github %}
+ {%- if check_meta and 'github_url' in meta %}
+
+ {{ _('Edit this page') }}
+ {%- else %}
+ {{ _('Edit this page') }}
+ {%- endif %}
+ {%- elif show_source and source_url_prefix %}
+ {{ _('View page source') }}
+ {%- elif show_source and has_source and sourcename %}
+ {{ _('View page source') }}
+ {%- endif %}
+ {%- endif %}
+
+{%- endblock %}
\ No newline at end of file