--- layout: docpage {% block title %} title: "Documentation" {% endblock%} is_homepage: false is_sphinx_doc: true {% for doc in parents %} doc-parent: "{{ doc.title }}" {% endfor %} doc-title: "{{ title }}" doc-header-links: ' {%- if parents %} {%- endif %} {%- if next %} {%- endif %} {%- if prev %} {%- endif %} ' doc-search-path: "{{ pathto('search') }}" {% block extrafooter %} extra-footer: ' ' {% endblock %} ---