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):
8585# note these are all one line so they are easy to search and replace in the
8686# html files (otherwise we need to close tags)
8787warn_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 '
8989 'documentation (v{version}). For the latest version see '
9090 '<a href="{url}">{url}</a></div>\n ' )
9191
9292
9393warn_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 '
9595 'documentation (v{version}). For the latest version see '
9696 '<a href="/stable/">https://matplotlib.org/stable/</a> </div>\n ' )
9797
You can’t perform that action at this time.
0 commit comments