File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ def findlast(fname, tocheck):
85
85
# note these are all one line so they are easy to search and replace in the
86
86
# html files (otherwise we need to close tags)
87
87
warn_banner_exists = (
88
- '<div id="olddocs -message"> You are reading an old version of the '
88
+ '<div id="unreleased -message"> You are reading an old version of the '
89
89
'documentation (v{version}). For the latest version see '
90
90
'<a href="{url}">{url}</a></div>\n ' )
91
91
92
92
93
93
warn_banner_old = (
94
- '<div id="olddocs -message"> You are reading an old version of the '
94
+ '<div id="unreleased -message"> You are reading an old version of the '
95
95
'documentation (v{version}). For the latest version see '
96
96
'<a href="/stable/">https://matplotlib.org/stable/</a> </div>\n ' )
97
97
You can’t perform that action at this time.
0 commit comments