Skip to content

Commit

Permalink
Add version switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
pobonomo committed Dec 7, 2023
1 parent 08c86da commit c4f6ccd
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/source/_static/switcher.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"version": "dev",
"url": "https://https://gurobi-machinelearning.readthedocs.io/en/latest/"
},
{
"name": "stable",
"url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/",
"preferred": true
},
{
"name": "1.3.3",
"version": "v1.3.3",
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v1.3.3/",
},
{
"name": "1.4.x",
"version": "1.4.x",
"url": "https://pydata-sphinx-theme.readthedocs.io/en/1.4.x/",
},
{
"name": "1.3.x",
"version": "1.3.x",
"url": "https://pydata-sphinx-theme.readthedocs.io/en/1.3.x/",
},
]

0 comments on commit c4f6ccd

Please sign in to comment.