summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-09-18 17:13:53 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-09-18 17:42:55 -0500
commit1dca8c6e3072d5ca5c6cbd0d724f8ac292ddf717 (patch)
tree4cde06a3a8deb061a22d24eefe39a48f6d499c5b /docs/conf.py
parent1abe67c34ee78f2f898bf1af46bccadbf796bf6a (diff)
downloadrequests-cache-1dca8c6e3072d5ca5c6cbd0d724f8ac292ddf717.tar.gz
Vectorize logo, color it to match light/dark theme colors on rtd, and add modified version to Readme
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 4e45871..b3255a3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -114,8 +114,8 @@ pygments_dark_style = 'material'
# HTML theme settings
html_theme = 'furo'
html_theme_options = {
- 'light_logo': 'requests-cache-logo.webp',
- 'dark_logo': 'requests-cache-logo-white.webp',
+ 'light_logo': 'requests-cache-logo-light.webp',
+ 'dark_logo': 'requests-cache-logo-dark.webp',
'sidebar_hide_name': True,
'light_css_variables': {
'color-brand-primary': '#0288d1',