From df3bde0cfa7bb5c77a3a97d880b503ea99d3422c Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Wed, 24 Feb 2016 15:43:42 +0100 Subject: start working on sphinx version of proj4.org --- docs/source/_templates/layout.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/source/_templates/layout.html (limited to 'docs/source/_templates/layout.html') diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html new file mode 100644 index 00000000..df00789a --- /dev/null +++ b/docs/source/_templates/layout.html @@ -0,0 +1,20 @@ +{# Import the theme's layout. #} +{% extends "!layout.html" %} + +{# Add some extra stuff before and use existing with 'super()' call. #} + +{%- block footer %} + +{%- endblock %} -- cgit v1.2.3