summaryrefslogtreecommitdiffstatshomepage
path: root/docs/templates/layout.html
blob: a6caa0bc5a113272a14f6736ed72cf183b5b30e0 (plain) (blame)
1
2
3
4
5
6
{% extends "!layout.html" %}
{% set css_files = css_files + ["_static/customstyle.css"] %}

{# we change the master_doc variable so that links to the index
   page are to index.html instead of <port>_index.html #}
{% set master_doc = "index" %}