From 97e4bb81f49304f6eb8b41575fa3669e968b57f2 Mon Sep 17 00:00:00 2001 From: Bo Zhang Date: Wed, 2 Mar 2022 19:08:00 +0800 Subject: [PATCH] updated conf.py --- doc/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 155cec8..3644df3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -62,7 +62,7 @@ html_theme_options = { 'display_version': True, 'prev_next_buttons_location': 'bottom', 'style_external_links': False, - 'vcs_pageview_mode': '', + 'vcs_pageview_mode': 'blob', 'style_nav_header_background': 'white', # Toc options 'collapse_navigation': True, @@ -70,7 +70,6 @@ html_theme_options = { 'navigation_depth': 4, 'includehidden': True, 'titles_only': False, - 'github_url': 'https://github.com/csster/csst', } # html_theme_options = { # 'logo': 'joblib_logo.svg', -- GitLab