From 78187e97e0012df15133f5df8aa55386dd55975a Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Tue, 9 Jan 2024 16:24:54 -0500 Subject: [PATCH] Prevent false from appearing under logo --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 88318819d..3409a3cb9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,6 +57,7 @@ html_theme_options = { "logo": "marshmallow-logo.png", + "logo_name": None, "description": "Object serialization and deserialization, lightweight and fluffy.", "description_font_style": "italic", "github_user": "marshmallow-code",