diff --git a/doc/conf.py b/doc/conf.py index c7e8fbc5..41ff34cc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -137,6 +137,15 @@ html_favicon = 'favicon.svg' html_title = project + ' version ' + release +html_theme = 'sizzle' +html_theme_options = { + 'globaltoc_collapse': True, + 'globaltoc_depth': 3, + 'project_logo_name': project, + 'show_index': False, + 'show_filter': False, +} +html_show_sourcelink = False # -- Options for LaTeX output --------------------------------------------- diff --git a/doc/requirements.txt b/doc/requirements.txt index 3c83291b..068e197e 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,4 @@ +sphinx_sizzle_theme ipykernel numpy matplotlib