From 957548026a0b8580fc867c595f278598779124f9 Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Sun, 31 Oct 2010 14:30:07 -0400 Subject: Updated doc template as a theme - look at pylons_sphinx_theme --- docs/_themes/pylons/layout.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/_themes/pylons/layout.html (limited to 'docs/_themes/pylons/layout.html') diff --git a/docs/_themes/pylons/layout.html b/docs/_themes/pylons/layout.html new file mode 100644 index 000000000..f3f00cf13 --- /dev/null +++ b/docs/_themes/pylons/layout.html @@ -0,0 +1,22 @@ +{% extends "basic/layout.html" %} + +{%- block extrahead %} +{%- if not favicon %} + +{%- endif %} +{% endblock %} + +{%- block sidebarlogo %} + +{%- if logo %} + +{%- endif %} +{%- endblock %} \ No newline at end of file -- cgit v1.2.3