From db3bc4076a90dc2630467dc79341e70fe2808db7 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 15 May 2017 01:22:00 -0400 Subject: Completely new theme separate from alabaster. --- docs/_templates/layout.html | 29 +++++++++++++++++++++++++++++ docs/_templates/relations.html | 1 + 2 files changed, 30 insertions(+) create mode 100644 docs/_templates/layout.html create mode 100644 docs/_templates/relations.html (limited to 'docs/_templates') diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 00000000..68161509 --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,29 @@ +{%- extends "basic/layout.html" %} + +{% set show_source = False %} +{% set style = 'style.css' %} + +{%- block extrahead %} + {{ super() }} + +{% endblock %} + +{%- block relbar2 %}{% endblock %} + +{% block header %} + {{ super() }} + {% if pagename == 'index' %} +
+ {% endif %} +{% endblock %} + + +{%- block footer %} + + {% if pagename == 'index' %} +
+ {% endif %} +{%- endblock %} diff --git a/docs/_templates/relations.html b/docs/_templates/relations.html new file mode 100644 index 00000000..db904e8c --- /dev/null +++ b/docs/_templates/relations.html @@ -0,0 +1 @@ + -- cgit v1.2.3