summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNilesh Patra <nilesh@debian.org>2023-12-14 22:51:37 +0100
committerÉtienne Mollier <emollier@debian.org>2023-12-14 22:51:37 +0100
commita923a2fcc888103ecd62be0dc033c678a7a47abe (patch)
tree73537565a4de433bdb5f35b3af85a27811e68203
parentce2647644cf33f06ecd12a32e06e7a8a71545266 (diff)
Change make_axes_locatable's location with mpl's changed API
Last-Update: 2023-08-24 Gbp-Pq: Name matplotlib.patch
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index fa7debf..7f1fe2b 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -23,7 +23,7 @@ import warnings
# 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