From cc4f3c5341a9af0c047506017ddec1aba79c4670 Mon Sep 17 00:00:00 2001 From: Coderambling <159031875+Coderambling@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:56:09 +0200 Subject: [PATCH] Update conf.py with updated hyperlink MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aa discussed with @Maximlt, In the below section, the url: https://panel.holoviz.org/about/releases.html#version-1-4-0 Was changed to: https://panel.holoviz.org/about/releases.html See below for comment and explanation: https://github.com/holoviz/panel/pull/6903#pullrequestreview-2108660028 announcement_text = f"Panel {current_release} has just been released! Check out the release notes and support Panel by giving it a 🌟 on Github." --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 2b3f2f4a09..b9e86a0a1c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -45,7 +45,7 @@ current_release = panel.__version__ # Current release version variable -announcement_text = f"Panel {current_release} has just been released! Check out the release notes and support Panel by giving it a 🌟 on Github." +announcement_text = f"Panel {current_release} has just been released! Check out the release notes and support Panel by giving it a 🌟 on Github." html_theme_options = {