From 2e3fcc7e92941cf57a7a4da8fcc57d8fb1a0fc11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mirko=20M=C3=A4licke?= Date: Thu, 20 May 2021 09:39:37 +0200 Subject: [PATCH] add github link --- doc/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index b8fd4d2..e365d88 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -56,6 +56,10 @@ # html_theme = 'pydata_sphinx_theme' +html_theme_options = { + 'github_url': 'https://github.com/vforwater/hydrobox', +} + # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css".