Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Jun 17, 2024
1 parent d860a17 commit d226c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/_static/js/version_alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function warnOnLatestVersion() {
"Click <a href='/en/stable'><b>here</b></a> to access the documentation of the current stable release." +
"</p>";

var parent = document.querySelector('#pyg-documentation');
var parent = document.querySelector('#benchmarl');
if (parent)
parent.insertBefore(note, parent.querySelector('h1'));
}
Expand Down

0 comments on commit d226c84

Please sign in to comment.