diff --git a/python_docs_theme/layout.html b/python_docs_theme/layout.html
index 82b7ef4..81433e0 100644
--- a/python_docs_theme/layout.html
+++ b/python_docs_theme/layout.html
@@ -14,7 +14,7 @@
{{ _('Navigation') }}
{%- endfor %}
{%- block rootrellink %}
-
+
{{theme_root_name}}{{ reldelim1 }}
@@ -71,7 +71,7 @@ {{ _('Navigation') }}
{%- block extrahead -%}
-
+
{%- if builder != "htmlhelp" %}
{%- if not embedded %}
@@ -100,7 +100,7 @@ {{ _('Navigation') }}
-
+
{%- if pagename != "search" and builder != "singlehtml" %}
@@ -121,7 +121,7 @@ {{ _('Navigation') }}
{%- if logo %}
-
+
{%- endif %}
diff --git a/python_docs_theme/theme.conf b/python_docs_theme/theme.conf
index 564c9c5..e6008d9 100644
--- a/python_docs_theme/theme.conf
+++ b/python_docs_theme/theme.conf
@@ -31,5 +31,6 @@ license_url =
root_name = Python
root_url = https://www.python.org/
root_icon = py.svg
+root_icon_alt_text = Python logo
root_include_title = True
copyright_url =