From 8bcdd8cfad30c30c462f7c5037d9f6d0752998c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Sat, 30 Mar 2024 10:22:08 +0100 Subject: [PATCH] Revert "[MNT] point readthedocs `json` switcher variable to GitHub" (#225) Reverts sktime/skpro#125 Experimental, upon suggestion of @duydl in https://github.com/sktime/skpro/issues/224 --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 20375a0ce..a8fab2b4f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -145,7 +145,7 @@ def find_source(): html_theme = "pydata_sphinx_theme" # Define the json_url for our version switcher. -json_url = "https://github.com/sktime/skpro/blob/main/docs/source/_static/switcher.json" +json_url = "https://skpro.readthedocs.io/en/latest/_static/switcher.json" # This uses code from the py-data-sphinx theme's own conf.py # Define the version we use for matching in the version switcher.