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, }, }