From 036b1a98a5df349be2f764e5bc051a537806dda9 Mon Sep 17 00:00:00 2001 From: Michele-Alberti <62114934+Michele-Alberti@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:21:29 +0100 Subject: [PATCH] docs(conf.py): add github url --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 845c7ba..7caa00d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,6 +69,7 @@ html_favicon = "_static/favicon.ico" html_theme_options = { + "github_url": "https://github.com/Michele-Alberti/data-lunch", "logo": { "text": "Data-Lunch Documentation", "image_light": "_static/logo-light.png",