From 9a0bdcf1a3b84e4aa049d958bd89aae6abcc6e85 Mon Sep 17 00:00:00 2001 From: Brady Planden Date: Tue, 19 Dec 2023 11:53:10 +0000 Subject: [PATCH] Updt. switcher --- docs/_static/switcher.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index 682d19994..5db09bc13 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -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 } ]