From 3398d5ab4d93f0869dfd1e8db451058aa4b6f695 Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Tue, 31 May 2016 15:33:19 -0700 Subject: [PATCH] use templates in conf.py, add google analytics to docs --- docs/_templates/layout.html | 22 ++++++++++++++++++++++ docs/conf.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 docs/_templates/layout.html diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 00000000..a06350d4 --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,22 @@ +{# Import the theme's layout. #} +{% extends "!layout.html" %} + +{% block extrahead %} +{{ super() }} + + + + + + + +{% endblock %} diff --git a/docs/conf.py b/docs/conf.py index bbc3cb6b..aec5cca4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,7 +44,7 @@ master_doc = 'index' # General information about the project. project = u'SimPEG' -copyright = u'2013, SimPEG Developers' +copyright = u'2013 - 2016, SimPEG Developers' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the