Skip to content

Commit 514f70f

Browse files
committed
Change theme
1 parent f68736e commit 514f70f

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,28 @@
8383
# The theme to use for HTML and HTML Help pages. See the documentation for
8484
# a list of builtin themes.
8585
#
86-
html_theme = 'alabaster'
86+
html_theme = 'sphinx_rtd_theme'
8787

8888
# Theme options are theme-specific and customize the look and feel of a theme
8989
# further. For a list of options available for each theme, see the
9090
# documentation.
9191
#
9292
# html_theme_options = {}
93+
html_theme_options = {
94+
'canonical_url': '',
95+
'analytics_id': '',
96+
'logo_only': False,
97+
'display_version': True,
98+
'prev_next_buttons_location': 'bottom',
99+
'style_external_links': False,
100+
'vcs_pageview_mode': '',
101+
# Toc options
102+
'collapse_navigation': True,
103+
'sticky_navigation': True,
104+
'navigation_depth': 4,
105+
'includehidden': True,
106+
'titles_only': False
107+
}
93108

94109
# Add any paths that contain custom static files (such as style sheets) here,
95110
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)