Skip to content

Commit

Permalink
DOC: Switch to typlog theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 7, 2024
1 parent e9cb489 commit 82f7ad1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,22 @@

html_favicon = 'favicon.svg'
html_title = project + ' version ' + release
html_theme = 'sphinx_typlog_theme'
html_theme_options = {
'navigation_with_keys': True,
'logo_name': 'nbsphinx',
'description': 'Jupyter Notebooks + Sphinx',
'github_user': 'spatialaudio',
'github_repo': 'nbsphinx'
}
html_sidebars = {
'**': [
'logo.html',
'github.html',
'globaltoc.html',
'searchbox.html',
]
}

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

Expand Down
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx-typlog-theme
ipykernel
numpy
matplotlib
Expand Down

0 comments on commit 82f7ad1

Please sign in to comment.