Remove redundant title below logo in docs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-22 06:07:31 -04:00
parent cceac40a88
commit e09dfe70b8
+1 -1
View File
@@ -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"]