Skip to content

Commit 0f451cf

Browse files
committed
FIX: backlink mpl_toolkits mpl_examples
1 parent da517cd commit 0f451cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_websiteutils/make_redirects_links.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141

4242
toignore = tocheck + [pathlib.Path(p) for p in [
4343
"mpl-probscale",
44-
"mpl_examples",
45-
"mpl_toolkits",
4644
"_webpageutils",
4745
"xkcd",
4846
"_sitemap",
@@ -85,7 +83,7 @@ def findlast(fname, tocheck):
8583
# note these are all one line so they are easy to search and replace in the
8684
# html files (otherwise we need to close tags)
8785
warn_banner_exists = (
88-
'<div id="unreleased-message"> You are reading an old version of the '
86+
'<div id="unreleaseds-message"> You are reading an old version of the '
8987
'documentation (v{version}). For the latest version see '
9088
'<a href="{url}">{url}</a></div>\n')
9189

0 commit comments

Comments
 (0)