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"]