diff --git a/docs/conf.py b/docs/conf.py index 0c466f25e..bb176979b 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