Skip to content

Commit

Permalink
Revert "[MNT] point readthedocs json switcher variable to GitHub" (#…
Browse files Browse the repository at this point in the history
…225)

Reverts #125

Experimental, upon suggestion of @duydl in
#224
  • Loading branch information
fkiraly authored Mar 30, 2024
1 parent b063d3c commit 8bcdd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8bcdd8c

Please sign in to comment.