File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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,
You can’t perform that action at this time.
0 commit comments