Description: Remove the use of nbsphinx
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2024-04-09

--- python-contextily-1.5.2.orig/docs/conf.py
+++ python-contextily-1.5.2/docs/conf.py
@@ -40,13 +40,8 @@ release = contextily.__version__
 extensions = [
     "sphinx.ext.autodoc",
     "numpydoc",
-    "nbsphinx",
-    "sphinx.ext.intersphinx",
 ]
 
-# nbsphinx do not use requirejs (breaks bootstrap)
-nbsphinx_requirejs_path = ""
-
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ["_templates"]
 
--- python-contextily-1.5.2.orig/docs/environment.yml
+++ python-contextily-1.5.2/docs/environment.yml
@@ -17,7 +17,6 @@ dependencies:
 # doc dependencies
 - sphinx
 - numpydoc
-- nbsphinx
 - pandoc
 - ipython
 - sphinx-book-theme
