From 6bc5edb36aa8440aef76a58e12ad75e0a37998cf Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:27:53 -0700 Subject: [PATCH] test that this file is not needed anymore because RTD controls the version selector --- docs/_static/pop_ver.js | 18 ------------------ docs/conf.py | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 docs/_static/pop_ver.js diff --git a/docs/_static/pop_ver.js b/docs/_static/pop_ver.js deleted file mode 100644 index ed70d7d141..0000000000 --- a/docs/_static/pop_ver.js +++ /dev/null @@ -1,18 +0,0 @@ -$(document).ready(function() { - // Add 8 to get to end of URL METplus/ - var proj_end = document.baseURI.indexOf("METplus") + 8; - var end = document.baseURI.indexOf("/", proj_end); - var cur_ver = document.baseURI.substring(proj_end, end); - var name = cur_ver.startsWith('v') ? cur_ver.substring(1) : cur_ver; - var mylist = $("#version-list"); - mylist.empty(); - mylist.append($("