summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2021-11-04 02:39:55 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2021-11-04 13:19:51 +0000
commitb7c2e2b49ca2db77051410bed87f034306222b42 (patch)
treeb64e84884022e9f87c6bf1b44ca0cfd09f412c57 /docs/conf.py
parent9fd5fb36e9dd634a08b29be759d6e4959b703adc (diff)
downloadpython-setuptools-git-b7c2e2b49ca2db77051410bed87f034306222b42.tar.gz
Rename logo files
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",