diff --git a/doc/_templates/breadcrumbs.html b/doc/_templates/breadcrumbs.html
new file mode 100644
index 000000000..339f008b9
--- /dev/null
+++ b/doc/_templates/breadcrumbs.html
@@ -0,0 +1,4 @@
+{%- extends "sphinx_rtd_theme/breadcrumbs.html" %}
+
+{% block breadcrumbs_aside %}
+{% endblock %}
\ No newline at end of file
diff --git a/doc/conf.py b/doc/conf.py
index 88708c57d..f67f054dc 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -38,7 +38,6 @@
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
'sphinx.ext.linkcode',
- 'sphinx.ext.viewcode',
'numpydoc',
'sphinx_issues',
'sphinx_gallery.gen_gallery',