From 9af187ee425a1644335a50cc0610fa7bf0897e72 Mon Sep 17 00:00:00 2001 From: "Austin E. Soplata" Date: Tue, 4 Feb 2025 17:55:59 -0500 Subject: [PATCH] maint: update versions.json sphinx link --- doc/conf.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 56c200948..fa576da60 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -100,12 +100,9 @@ # versions # -# TODO GH #969 Once we're ready to merge this into `master`, we need to switch -# this to dev's version -# # The actual, local version of `versions.json` that you should edit (if # necessary) is in `_static/versions.json`. -json_versions_url = "https://jonescompneurolab.github.io/hnn-core/stable/_static/versions.json" +json_versions_url = "https://jonescompneurolab.github.io/hnn-core/dev/_static/versions.json" switcher_version_match = "dev" if ".rc" in version else version # Theme options are theme-specific and customize the look and feel of a theme