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"