From 2673ebdfcfcea59a824ad5fbcda3a634e50f9d55 Mon Sep 17 00:00:00 2001 From: Richard Green Date: Wed, 23 Nov 2016 11:50:16 +0000 Subject: [PATCH] Adding analytics to foote Now has two layouts - one for normal access, the other for usage on public docsite --- docs/source/_templates/layout.html | 14 ------------- .../_templates/layout_for_doc_website.html | 21 +++++++++++++++++++ 2 files changed, 21 insertions(+), 14 deletions(-) create mode 100644 docs/source/_templates/layout_for_doc_website.html diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html index 19de35fc5e..69861af39d 100644 --- a/docs/source/_templates/layout.html +++ b/docs/source/_templates/layout.html @@ -1,20 +1,6 @@ {% extends "!layout.html" %} {% block sidebartitle %} {{ super() }} - -
API reference - - - {% endblock %} diff --git a/docs/source/_templates/layout_for_doc_website.html b/docs/source/_templates/layout_for_doc_website.html new file mode 100644 index 0000000000..2b76203b8d --- /dev/null +++ b/docs/source/_templates/layout_for_doc_website.html @@ -0,0 +1,21 @@ + + +{% extends "!layout.html" %} +{% block sidebartitle %} +{{ super() }} +
+API reference +{% endblock %} + +{% block footer %} + +{% endblock %}