Skip to content

Commit

Permalink
Update docs conf
Browse files Browse the repository at this point in the history
  • Loading branch information
pablormier committed Aug 31, 2024
1 parent dff3cad commit 3a42b80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_static/switcher.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[
{
"name": "experimental",
"name": "dev1",
"version": "1.0.0.dev1",
"url": "https://saezlab.github.io/corneto/dev/"
},
{
"name": "latest (dev)",
"name": "dev0",
"version": "1.0.0.dev0",
"url": "https://saezlab.github.io/corneto/main/",
"preferred": true
Expand Down
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@

html_theme_options = {
"primary_sidebar_end": ["sidebar-ethical-ads"],
"header_links_before_dropdown": 4,
"show_toc_level": 1,
"navbar_align": "left",
"switcher": {
"json_url": "https://saezlab.github.io/corneto/main/_static/switcher.json",
"version_match": corneto.__version__,
Expand Down

0 comments on commit 3a42b80

Please sign in to comment.