docs: Small sphinx template correction
diff --git a/docs/ns3_html_theme/layout.html b/docs/ns3_html_theme/layout.html
index b01b158..f41fa31 100644
--- a/docs/ns3_html_theme/layout.html
+++ b/docs/ns3_html_theme/layout.html
@@ -54,8 +54,11 @@
 {% endblock %}
 
 {% block rootrellink %}
-    <li class="navelem"><a href="{{ theme_homepage }}">{{ theme_projectname }}</a><span class="navelem">&nbsp;</span></li>
+    <li style="background: none"><a href="{{ theme_homepage }}">{{ theme_projectname }}</a><span class="navelem">&nbsp;</span></li>
+    <li style="background: none"><a href="{{ theme_apidocsurl }}">{{ theme_apidocs }}</a><span class="">&nbsp;</span></li>
+{#
     {{ super() }}
+#}
 {% endblock %}
       
 {% if theme_collapsiblesidebar|tobool %}