From 8d8ae74102c870ad66cc409dc6198a8c5e5b47cf Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 11 Feb 2016 00:37:30 +0100 Subject: workaround for RTD issue rtfd/readthedocs.org#152 --- docs/_templates/layout.html | 10 ---------- docs/_templates/page.html | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 docs/_templates/layout.html create mode 100644 docs/_templates/page.html (limited to 'docs') diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html deleted file mode 100644 index b5738862..00000000 --- a/docs/_templates/layout.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends "!layout.html" %} -{% block sidebartitle %} - - - - {{ super() }} -{% endblock %} \ No newline at end of file diff --git a/docs/_templates/page.html b/docs/_templates/page.html new file mode 100644 index 00000000..8002396a --- /dev/null +++ b/docs/_templates/page.html @@ -0,0 +1,10 @@ +{% extends "!page.html" %} +{% block sidebartitle %} + + + + {{ super() }} +{% endblock %} \ No newline at end of file -- cgit v1.2.3