From 1be6e39aefd4fa7cb7585542e136ed983b2ea6ff Mon Sep 17 00:00:00 2001 From: Oriol Abril-Pla Date: Tue, 21 Jun 2022 14:13:51 +0300 Subject: [PATCH] Fix logo link Like the rest of the pages of the website, clicking on the pymc logo should go to `www.pymc.io` not to the example gallery --- examples/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/conf.py b/examples/conf.py index 43ff9948d..d468adea8 100644 --- a/examples/conf.py +++ b/examples/conf.py @@ -136,6 +136,7 @@ def setup(app: Sphinx): "icon": "fab fa-discourse", }, ], + "logo_link": "https://www.pymc.io", "search_bar_text": "Search...", "navbar_end": ["search-field.html", "navbar-icon-links.html"], "page_sidebar_items": ["postcard", "page-toc", "edit-this-page", "donate"],