From 5acbdf6ac0dcb708efe66150b942fe2507a1af57 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:53:05 -0400 Subject: [PATCH] attempt to suppress reroute --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 0c466f25eb..bb176979b0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -94,7 +94,7 @@ # Use `python -m http.server -d docs/build/html/` and open the page at http://localhost:8000 # In local development, the version switcher will always show "dev" and use the local switcher.json version_match = "dev" - json_url = "_static/switcher.json" + #json_url = "_static/switcher.json" # if "dev" in release or "rc" in release: # version_match = "dev" # # We want to keep the relative reference if we are in dev mode