From 540fa5b4d66cc454b5b545a9bfd659e2c2760f44 Mon Sep 17 00:00:00 2001 From: Bo Zhang Date: Wed, 2 Mar 2022 18:13:51 +0800 Subject: [PATCH] added link to github repo --- doc/source/conf.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 9d3879b..dee4e4f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -55,6 +55,21 @@ exclude_patterns = [] # # html_theme = 'alabaster' html_theme = 'sphinx_rtd_theme' +html_theme_options = { + # 'logo': 'joblib_logo.svg', + 'github_repo': 'csster/csst', + 'github_button': 'true', + 'link': '#aa560c', + 'show_powered_by': 'false', + # "relbarbgcolor": "#333", + # "sidebarlinkcolor": "#e15617", + # "sidebarbgcolor": "#000", + # "sidebartextcolor": "#333", + # "footerbgcolor": "#111", + # "linkcolor": "#aa560c", + # "headtextcolor": "#643200", + # "codebgcolor": "#f5efe7", +} # 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, -- GitLab