File: matplotlib.patch

package info (click to toggle)
nitime 0.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,532 kB
  • sloc: python: 10,162; makefile: 110; sh: 41
file content (14 lines) | stat: -rw-r--r-- 612 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Change make_axes_locatable's location with mpl's changed API
Author: Nilesh Patra <nilesh@debian.org>
Last-Update: 2023-08-24
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -23,7 +23,7 @@
 # is a string that should be a valid (possibly dotted) package name, and the
 # second a list (possibly empty) of names to import from that package.
 doc_deps = [['networkx', []],
-            ['mpl_toolkits.axes_grid',  ['make_axes_locatable']],
+            ['mpl_toolkits.axes_grid1.axes_divider',  ['make_axes_locatable']],
             ]
 
 # Analyze the dependencies, and fail if  any is unmet, with a hopefully