aboutsummaryrefslogtreecommitdiffstats
path: root/api-docs/source/themes/mg/layout.html
diff options
context:
space:
mode:
authorBrett Smith <brettcsmith@brettcsmith.org>2012-07-08 11:07:02 -0400
committerBrett Smith <brettcsmith@brettcsmith.org>2012-07-08 11:07:02 -0400
commit81d3c4cf1cee923c4b803a96b6f5628e9aa9b78d (patch)
tree0361e85a142b3574b0de28f172fdcf57f21bb6ee /api-docs/source/themes/mg/layout.html
parent9c7688667e9a5e96fbf54900976834b4ecf2b033 (diff)
parenta122357ee75d0abf215b552f0923de1fd722f6de (diff)
downloadmediagoblin-81d3c4cf1cee923c4b803a96b6f5628e9aa9b78d.tar.lz
mediagoblin-81d3c4cf1cee923c4b803a96b6f5628e9aa9b78d.tar.xz
mediagoblin-81d3c4cf1cee923c4b803a96b6f5628e9aa9b78d.zip
Merge branch 'master' into 201207-testfixes
Diffstat (limited to 'api-docs/source/themes/mg/layout.html')
-rw-r--r--api-docs/source/themes/mg/layout.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/api-docs/source/themes/mg/layout.html b/api-docs/source/themes/mg/layout.html
new file mode 100644
index 00000000..891ed64c
--- /dev/null
+++ b/api-docs/source/themes/mg/layout.html
@@ -0,0 +1,29 @@
+{#
+ default/layout.html
+ ~~~~~~~~~~~~~~~~~~~
+
+ Sphinx layout template for the default theme.
+
+ :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
+#}
+{% extends "basic/layout.html" %}
+
+{% if theme_collapsiblesidebar|tobool %}
+{% set script_files = script_files + ['_static/sidebar.js'] %}
+{% endif %}
+
+{%- block footer %}
+ <div class="footer">
+ <div>
+
+MediaGoblin documentation released into the public domain via <a href="http://creativecommons.org/publicdomain/zero/1.0/">CC0</a>.
+
+ {%- if last_updated %}
+ {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
+ {%- endif %}
+
+ {% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
+ </div>
+ </div>
+{%- endblock %}