Skip to content

Commit

Permalink
Change switcher.json url
Browse files Browse the repository at this point in the history
  • Loading branch information
pablormier committed Apr 25, 2024
1 parent c7c702f commit c3cfacc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/_static/switcher.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"version": "dev",
"url": "https://saezlab.github.io/corneto/dev"
"url": "https://saezlab.github.io/corneto/dev",
"preferred": true
},
{
"name": "latest",
"version": "v1.0.0",
"url": "https://saezlab.github.io/corneto",
"preferred": true
"url": "https://saezlab.github.io/corneto"
}
]
]
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
html_theme_options = {
"primary_sidebar_end": ["sidebar-ethical-ads"],
"switcher": {
"json_url": "_static/switcher.json",
"json_url": "https://saezlab.github.io/corneto/dev/_static/switcher.json",
"version_match": "dev",
},
"navbar_start": ["navbar-logo", "version-switcher"]
Expand Down

0 comments on commit c3cfacc

Please sign in to comment.