From f67ab374e4dfc46e0457137eac4b72e7ec83f558 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Thu, 16 Jan 2025 18:30:40 +0100 Subject: [PATCH] Ensure Open in JupyterLite links work (#7622) --- doc/_templates/panelitelink.html | 2 +- doc/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/_templates/panelitelink.html b/doc/_templates/panelitelink.html index a84a16ce4c..68c1c08340 100644 --- a/doc/_templates/panelitelink.html +++ b/doc/_templates/panelitelink.html @@ -1,7 +1,7 @@ {# Custom template to include a link to Panelite #}
{% if title and pagename != root_doc and (pagename.startswith("gallery") or pagename.startswith("getting_started") or pagename.startswith("explanation") or pagename.startswith("reference")) %} - + launch jupyterlite {% endif %} diff --git a/doc/conf.py b/doc/conf.py index a6db371825..fd4d64dbcf 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -111,7 +111,7 @@ gallery_endpoint = 'panel-gallery-dev' if is_dev else 'panel-gallery' gallery_url = f'https://{gallery_endpoint}.holoviz-demo.anaconda.com' -jlite_url = 'https://holoviz-dev.github.io/panelite-dev' if is_dev else 'https://panelite.holoviz.org' +jlite_url = 'https://holoviz-dev.github.io/panelite-dev/lab' if is_dev else 'https://panelite.holoviz.org/lab' pyodide_url = 'https://holoviz-dev.github.io/panel/pyodide' if is_dev else 'https://panel.holoviz.org/pyodide' rediraffe_redirects = {