diff --git a/docs/source/_static/js/version_alert.js b/docs/source/_static/js/version_alert.js index cb4c88b4..9a6bd525 100644 --- a/docs/source/_static/js/version_alert.js +++ b/docs/source/_static/js/version_alert.js @@ -19,7 +19,7 @@ function warnOnLatestVersion() { "Click here to access the documentation of the current stable release." + "

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