Skip to content

Commit

Permalink
Show logo in sphinx documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Sep 14, 2024
1 parent fb80fa8 commit 6f504d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,13 @@
add_function_parentheses = True
show_authors = True
pygments_style = 'sphinx'
html_logo = "_static/logo.png"
html_theme = "pydata_sphinx_theme"
html_theme_options = {
"logo": {
"text": f"pytransform3d {release}"
"alt_text": f"pytransform3d {release}",
},
"collapse_navigation": True
"collapse_navigation": True,
}
html_sidebars = {
"install": []
Expand Down

0 comments on commit 6f504d1

Please sign in to comment.