From 304f991a998348bf4a2b0aab0e45afc46e5759b1 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Thu, 26 May 2022 23:09:23 +0200 Subject: [PATCH] Fix format error in switcher.json As opposed to python, the last element of a json list is not allowed to have a trailing comma. --- doc/_static/switcher.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_static/switcher.json b/doc/_static/switcher.json index 90f6bc40c527..db91bf908849 100644 --- a/doc/_static/switcher.json +++ b/doc/_static/switcher.json @@ -18,5 +18,5 @@ { "name": "2.2", "version": "2.2.4" - }, + } ]