diff --git a/docs/source/conf.py b/docs/source/conf.py index 2ea9011..3e6f257 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['__static'] -html_logo = '__static/Karman_logo_black.png' +html_logo = '__static/Karman_logo_white.png' # html_favicon = '__static/favicon.ico' html_theme_options = { 'logo_only': True,