Skip to content
Snippets Groups Projects
Commit 64b1686e authored by Frederik Hennig's avatar Frederik Hennig
Browse files

Add something resembling a logo.

parent 633f281b
No related merge requests found
This diff is collapsed.
This diff is collapsed.
......@@ -47,8 +47,14 @@ nitpicky = True
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = "furo"
# html_static_path = ['_static']
html_theme = "sphinx_book_theme"
html_static_path = ['_static']
html_theme_options = {
"logo": {
"image_light": "_static/sfg-logo-light.svg",
"image_dark": "_static/sfg-logo-dark.svg",
}
}
# Intersphinx
......
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