diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 6260e569a..779d54188 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -1,15 +1,9 @@ {% extends "!layout.html" %} -{% block rootrellink %} - Scrapy v. {{ version }} documentation » -
  • Start |
  • -
  • Intro |
  • -
  • Topics |
  • -
  • Reference |
  • -
  • FAQ
  • - +{% block relbaritems %} +
  • faq
  • +
  • reference |
  • +
  • topics |
  • +
  • intro |
  • +
  • start |
  • {% endblock %} - - - -