From 195978ab8f96fa9320615cab21cbf20893b9d6e7 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Sun, 18 Sep 2022 22:38:02 +0200 Subject: [PATCH] Backport PR #23935: DOC: fix versions is doc switcher --- doc/_static/switcher.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/_static/switcher.json b/doc/_static/switcher.json index ea5cf34300f5..6608ba6390c5 100644 --- a/doc/_static/switcher.json +++ b/doc/_static/switcher.json @@ -14,6 +14,11 @@ "version": "3.5.3", "url": "https://matplotlib.org/3.5.3" }, + { + "name": "3.5", + "version": "3.5.3", + "url": "https://matplotlib.org/3.5.3/" + }, { "name": "3.4", "version": "3.4.3",