diff --git a/sphinx_rtd_theme/layout.html b/sphinx_rtd_theme/layout.html index 8585a6b3..20a13eef 100644 --- a/sphinx_rtd_theme/layout.html +++ b/sphinx_rtd_theme/layout.html @@ -82,7 +82,9 @@ {# SIDE NAV, TOGGLES ON MOBILE #} - {{ project }} + {% block sidebartitle %} + {{ project }} + {% endblock %} {% include "searchbox.html" %} @@ -111,7 +113,7 @@ {% include "breadcrumbs.html" %} - + {% block body %}{% endblock %} {% include "footer.html" %}