From 92afbf5c6a72852415a285a7d9890401144586a7 Mon Sep 17 00:00:00 2001 From: Simon Gravelle Date: Mon, 9 Sep 2024 14:15:13 +0200 Subject: [PATCH] added github link --- docs/source/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 7853050..dc23491 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,6 +19,10 @@ # logo_width = 45, ) +html_theme_options = dict( + github_url = "https://github.com/psm-compute/psm-compute.github.io" +) + html_theme = 'sphinx_wagtail_theme' html_static_path = ['_static'] html_title = "PSM tips and trics page"