From 7aefe5de2edb7b0d7024baf5e6da9fe98421315c Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 16 Jun 2020 16:55:20 +0200 Subject: [PATCH] Add breadcrumbs template --- docs/source/_templates/layout.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/source/_templates/layout.html diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html new file mode 100644 index 0000000000..c3e705f438 --- /dev/null +++ b/docs/source/_templates/layout.html @@ -0,0 +1,7 @@ +{%- extends "classic/layout.html" %} + +{%- block relbaritems %} +{%- if master_doc != pagename %} + +{% endif %} +{% endblock %}