summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c55af0bd..06a61a8c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -101,16 +101,15 @@ default_role = 'any'
# HTML theme
html_theme = 'furo'
-html_static_path = ['logo']
+html_logo = "images/logo.png"
+html_static_path = ['images']
html_theme_options = {
"sidebar_hide_name": True,
- "light_logo": "paths.png",
"light_css_variables": {
"color-brand-primary": "#336790", # "blue"
"color-brand-content": "#336790",
},
- "dark_logo": "paths-negative.png",
"dark_css_variables": {
"color-brand-primary": "#E5B62F", # "yellow"
"color-brand-content": "#E5B62F",