Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55bc6e3

Browse files
committed
FIX: change to unreleased message
1 parent 6fcc3b7 commit 55bc6e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_websiteutils/make_redirects_links.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
8787
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 '
8989
'documentation (v{version}). For the latest version see '
9090
'<a href="{url}">{url}</a></div>\n')
9191

9292

9393
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 '
9595
'documentation (v{version}). For the latest version see '
9696
'<a href="/stable/">https://matplotlib.org/stable/</a> </div>\n')
9797

0 commit comments

Comments
 (0)