Package: python-contextily / 1.5.2+dfsg1-3

remove-nbsphinx.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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