From 130428b90edcf6c9033c973dd8bbb568a6a7737e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Thu, 29 Aug 2024 10:29:55 -0700 Subject: [PATCH] MAINT: linking to IRSA website from the logo --- conf.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/conf.py b/conf.py index 508e95a9..8b237f4a 100644 --- a/conf.py +++ b/conf.py @@ -62,14 +62,12 @@ "use_repository_button": True, "use_issues_button": True, "use_edit_page_button": True, - "launch_buttons": { - "binderhub_url": "https://mybinder.org", -# "colab_url": "https://colab.research.google.com" - + "launch_buttons": {"binderhub_url": "https://mybinder.org",}, + "logo": { + "link": "https://irsa.ipac.caltech.edu/", + "alt_text": "NASA/IPAC Infrared Science Archive - Home", }, "home_page_in_toc": True, -# "logo_link_url": "https://astroML.org", -# "logo_url": "http://www.astroml.org/_images/plot_moving_objects_1.png" }