Skip to content

Commit

Permalink
Merge pull request #159 from pybop-team/158-increment-doc-site-switch…
Browse files Browse the repository at this point in the history
…er-for-v2312

Docs site version switcher update.
  • Loading branch information
BradyPlanden authored Dec 20, 2023
2 parents 842cc77 + 9a0bdcf commit 645191e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/_static/switcher.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"version": "latest",
"url": "https://pybop-docs.readthedocs.io/en/latest/",
"preferred": true
"url": "https://pybop-docs.readthedocs.io/en/latest/"
},
{
"name": "v23.11 (stable)",
"version": "v23.11",
"url": "https://pybop-docs.readthedocs.io/en/latest/"
"name": "v23.12 (stable)",
"version": "v23.12",
"url": "https://pybop-docs.readthedocs.io/en/v23.12/",
"preferred": true
}
]

0 comments on commit 645191e

Please sign in to comment.