diff --git a/doc/_templates/breadcrumbs.html b/doc/_templates/breadcrumbs.html index 35fe1383d3f..e585169259b 100644 --- a/doc/_templates/breadcrumbs.html +++ b/doc/_templates/breadcrumbs.html @@ -1,5 +1,4 @@ -{# Extend the RTD template to include "Edit on GitHub" and option to download - notebook generated pages from nbsphinx #} +{# Extend the RTD template to include "Edit on GitHub" #} {% extends "!breadcrumbs.html" %} @@ -26,9 +25,5 @@ class="fa fa-github"> Improve this page {% endif %} {% endif %} - {% if suffix == ".ipynb" %} - Download notebook - {% endif %} {% endblock %} diff --git a/doc/conf.py b/doc/conf.py index 5f4bb32fb85..974e8873db0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -26,7 +26,6 @@ "sphinx.ext.extlinks", "sphinx.ext.intersphinx", "sphinx.ext.napoleon", - "nbsphinx", "sphinx_gallery.gen_gallery", "sphinx_copybutton", ] diff --git a/environment.yml b/environment.yml index 98960605f85..43d37065e06 100644 --- a/environment.yml +++ b/environment.yml @@ -23,7 +23,6 @@ dependencies: - jupyter - make - matplotlib - - nbsphinx - pylint - pytest-cov - pytest-mpl