Skip to content

Commit

Permalink
Merge pull request #340 from fusion-energy/adding-versions-to-docs
Browse files Browse the repository at this point in the history
Update version_switcher.json
  • Loading branch information
shimwell authored Oct 5, 2024
2 parents 8689f7a + 82d8d8a commit 18b7cb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
14 changes: 7 additions & 7 deletions docs/version_switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 18b7cb1

Please sign in to comment.