We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673e3ca commit 68fd5a3Copy full SHA for 68fd5a3
doc/conf.py
@@ -147,7 +147,9 @@
147
148
# The following is from the pydata-sphinx-theme settings (https://github.com/pydata/pydata-sphinx-theme/blob/main/docs/conf.py)
149
# Define the json_url for our version switcher.
150
-json_url = "https://xbatcher.readthedocs.io/en/latest/_static/switcher.json"
+json_url = (
151
+ "https://github.com/xarray-contrib/xbatcher/blob/main/doc/_static/switcher.json"
152
+)
153
154
# Define the version we use for matching in the version switcher.
155
version_match = os.environ.get("READTHEDOCS_VERSION")
0 commit comments