From 205e23a98fa14c3e95f453ad54e8795e8d920d4d Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Sat, 17 Sep 2022 00:13:56 +0200 Subject: [PATCH] WEB: Fix version switcher --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 8740f6aa7eef6..c5f6c0bf6ca2a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -247,7 +247,7 @@ "logo": {"image_dark": "https://pandas.pydata.org/static/img/pandas_white.svg"}, "navbar_end": ["version-switcher", "navbar-icon-links"], "switcher": { - "json_url": "/versions.json", + "json_url": "https://pandas.pydata.org/versions.json", "version_match": switcher_version, }, }