Commit 7aa44837 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

doc: add logo

parent 3f16be6d
.wy-side-nav-search {
background-color: rgba(255,255,255,.95);
}
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = 'SimBricks' project = 'SimBricks'
copyright = '2021 Max Planck Institute for Software Systems, ' + \ copyright = '2022 Max Planck Institute for Software Systems, ' + \
'and National University of Singapore' 'and National University of Singapore'
author = 'Antoine Kaufmann' author = 'Antoine Kaufmann'
...@@ -101,6 +101,15 @@ html_static_path = ['_static'] ...@@ -101,6 +101,15 @@ html_static_path = ['_static']
# #
# html_sidebars = {} # html_sidebars = {}
html_logo = 'simbricks-text-horizontal.svg'
html_theme_options = {
'logo_only': True,
'display_version': False,
}
html_css_files = [
'css/custom.css',
]
# -- Options for HTMLHelp output --------------------------------------------- # -- Options for HTMLHelp output ---------------------------------------------
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment