From e09dfe70b81c65eebb944388b1e49545edfbe0a9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 22 Mar 2026 06:07:31 -0400 Subject: [PATCH] Remove redundant title below logo in docs Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index e9fba13..76b7909 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,7 +34,7 @@ templates_path = ["_templates"] exclude_patterns = ["_build"] html_theme = "alabaster" -html_title = "PyTheory" +html_title = "" html_logo = "_static/logo.png" html_static_path = ["_static"] html_extra_path = ["CNAME"]