From e093b780660643aac6dcbc94dfe72b796c47c4f3 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Thu, 13 Jun 2024 14:38:47 +0200 Subject: [PATCH] fixed versions url (#217) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index acc1b9cd..8ab45740 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,7 +80,7 @@ html_theme_options = { "github_url": "https://github.com/GEOUNED-org/GEOUNED", "switcher": { - "json_url": "https://raw.githubusercontent.com/fusion-neutronics/GEOUNED/adding_version_support_to_docs/docs/version_switcher.json", + "json_url": "https://raw.githubusercontent.com/GEOUNED-org/GEOUNED/dev/docs/version_switcher.json", "version_match": version_match, }, "nav_title": "Geouned",