Skip to content

Commit

Permalink
DOC: Switch to alabaster theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 6, 2024
1 parent e9cb489 commit c09781f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,29 @@

html_favicon = 'favicon.svg'
html_title = project + ' version ' + release
html_theme = 'alabaster'
html_theme_options = {
#'nosidebar': True,
'navigation_with_keys': True,
'description': 'Jupyter Notebooks + Sphinx',
'github_banner': True,
'github_button': True,
'github_repo': 'nbsphinx',
'github_type': 'star',
'github_user': 'spatialaudio',
'page_width': '1095px',
'show_relbars': True,
}
html_sidebars = {
'**': [
'about.html',
#'globaltoc.html',
#'localtoc.html',
'navigation.html',
'searchbox.html',
#'sourcelink.html',
]
}

# -- Options for LaTeX output ---------------------------------------------

Expand Down

0 comments on commit c09781f

Please sign in to comment.