Commit efad1df3 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

updated conf.py

parent f8b8245e
...@@ -57,13 +57,13 @@ exclude_patterns = [] ...@@ -57,13 +57,13 @@ exclude_patterns = []
html_theme = 'sphinx_rtd_theme' html_theme = 'sphinx_rtd_theme'
html_theme_options = { html_theme_options = {
'analytics_id': 'G-XXXXXXXXXX', # Provided by Google in your dashboard 'analytics_id': 'G-XXXXXXXXXX', # Provided by Google in your dashboard
# 'analytics_anonymize_ip': False, 'analytics_anonymize_ip': True,
'logo_only': False, 'logo_only': False,
'display_version': True, 'display_version': True,
'prev_next_buttons_location': 'bottom', 'prev_next_buttons_location': 'bottom',
'style_external_links': False, 'style_external_links': False,
'vcs_pageview_mode': 'blob', 'vcs_pageview_mode': 'blob',
'style_nav_header_background': 'white', 'style_nav_header_background': '#955DE3', #'#67CEDE',
# Toc options # Toc options
'collapse_navigation': True, 'collapse_navigation': True,
'sticky_navigation': True, 'sticky_navigation': True,
...@@ -87,6 +87,9 @@ html_theme_options = { ...@@ -87,6 +87,9 @@ html_theme_options = {
# "codebgcolor": "#f5efe7", # "codebgcolor": "#f5efe7",
# } # }
# html_logo = "/static/logo-wordmark-light.svg"
# html_show_sourcelink = True
# Add any paths that contain custom static files (such as style sheets) here, # 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, # relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css".
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment