From 512e1a73676466d1e4a0fba23611eaa883a05831 Mon Sep 17 00:00:00 2001 From: dasm Date: Mon, 4 Aug 2025 14:02:33 -0700 Subject: [PATCH] Update conf.py Switch version json to docs.tmlt.dev --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 4cfbdb2..739ba27 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -145,7 +145,7 @@ def autoapi_prepare_jinja_env(jinja_env): "footer_start": ["copyright", "build-info"], "footer_end": ["sphinx-version", "theme-version"], "switcher": { - "json_url": "https://tmlt.dev/core/versions.json", + "json_url": "https://docs.tmlt.dev/core/versions.json", "version_match": version, }, "gitlab_url": "https://gitlab.com/tumult-labs/core",