Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bo Zhang
csst
Commits
efd005e7
Commit
efd005e7
authored
Mar 02, 2022
by
BO ZHANG
🏀
Browse files
updated conf.py
parent
540fa5b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/source/conf.py
View file @
efd005e7
...
...
@@ -56,11 +56,28 @@ exclude_patterns = []
# html_theme = 'alabaster'
html_theme
=
'sphinx_rtd_theme'
html_theme_options
=
{
'analytics_id'
:
'G-XXXXXXXXXX'
,
# Provided by Google in your dashboard
# 'analytics_anonymize_ip': False,
'logo_only'
:
False
,
'display_version'
:
True
,
'prev_next_buttons_location'
:
'bottom'
,
'style_external_links'
:
False
,
'vcs_pageview_mode'
:
''
,
'style_nav_header_background'
:
'white'
,
# Toc options
'collapse_navigation'
:
True
,
'sticky_navigation'
:
True
,
'navigation_depth'
:
4
,
'includehidden'
:
True
,
'titles_only'
:
False
,
'github_url'
:
'https://github.com/csster/csst'
,
}
# html_theme_options = {
# 'logo': 'joblib_logo.svg',
'github_repo'
:
'csster/csst'
,
'github_button'
:
'true'
,
'link'
:
'#aa560c'
,
'show_powered_by'
:
'false'
,
#
'github_repo': 'csster/csst',
#
'github_button': 'true',
#
'link': '#aa560c',
#
'show_powered_by': 'false',
# "relbarbgcolor": "#333",
# "sidebarlinkcolor": "#e15617",
# "sidebarbgcolor": "#000",
...
...
@@ -69,7 +86,7 @@ html_theme_options = {
# "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,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment