We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da517cd commit 0f451cfCopy full SHA for 0f451cf
_websiteutils/make_redirects_links.py
@@ -41,8 +41,6 @@
41
42
toignore = tocheck + [pathlib.Path(p) for p in [
43
"mpl-probscale",
44
- "mpl_examples",
45
- "mpl_toolkits",
46
"_webpageutils",
47
"xkcd",
48
"_sitemap",
@@ -85,7 +83,7 @@ def findlast(fname, tocheck):
85
83
# note these are all one line so they are easy to search and replace in the
86
84
# html files (otherwise we need to close tags)
87
warn_banner_exists = (
88
- '<div id="unreleased-message"> You are reading an old version of the '
+ '<div id="unreleaseds-message"> You are reading an old version of the '
89
'documentation (v{version}). For the latest version see '
90
'<a href="{url}">{url}</a></div>\n')
91
0 commit comments