diff --git a/docs/conf.py b/docs/conf.py index aaf6b81a..f0877ba2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,9 +61,9 @@ version_match = version html_theme_options = { - "github_url": "https://github.com/fusion-energy/paramak2", + "github_url": "https://github.com/fusion-energy/paramak", "switcher": { - "json_url": "https://raw.githubusercontent.com/fusion-energy/paramak2/main/docs/version_switcher.json", + "json_url": "https://raw.githubusercontent.com/fusion-energy/paramak/main/docs/version_switcher.json", "version_match": version_match, }, "navbar_start": ["version-switcher", "navbar-icon-links"], diff --git a/docs/version_switcher.json b/docs/version_switcher.json index f4cb2ff5..83671f95 100644 --- a/docs/version_switcher.json +++ b/docs/version_switcher.json @@ -2,16 +2,16 @@ { "name": "dev", "version": "dev", - "url": "https://fusion-energy.github.io/paramak2/dev" + "url": "https://fusion-energy.github.io/paramak/dev" }, { - "name": "0.9.1", - "version": "0.9.1", - "url": "https://fusion-energy.github.io/paramak2/0.9.1" + "name": "stable", + "version": "stable", + "url": "https://fusion-energy.github.io/paramak/stable" }, { - "name": "0.9.0", - "version": "0.9.0", - "url": "https://fusion-energy.github.io/paramak2/0.9.0" + "name": "0.9.3", + "version": "0.9.3", + "url": "https://fusion-energy.github.io/paramak/0.9.3" } ]