Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fcc3b7 commit 55bc6e3Copy full SHA for 55bc6e3
1 file changed
_websiteutils/make_redirects_links.py
@@ -85,13 +85,13 @@ def findlast(fname, tocheck):
85
# note these are all one line so they are easy to search and replace in the
86
# html files (otherwise we need to close tags)
87
warn_banner_exists = (
88
- '<div id="olddocs-message"> You are reading an old version of the '
+ '<div id="unreleased-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
92
93
warn_banner_old = (
94
95
96
'<a href="/stable/">https://matplotlib.org/stable/</a> </div>\n')
97
0 commit comments