diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 779d54188..a9f6e2463 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -1,9 +1,9 @@ {% extends "!layout.html" %} -{% block relbaritems %} -
  • faq
  • -
  • reference |
  • -
  • topics |
  • -
  • intro |
  • -
  • start |
  • +{% block rootrellink %} +
  • {{ shorttitle|e }} (
  • +
  • intro |
  • +
  • topics |
  • +
  • reference |
  • +
  • faq ) {{ reldelim1 }}
  • {% endblock %}