aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/themes
diff options
context:
space:
mode:
authorWill Kahn-Greene <willg@bluesock.org>2011-12-12 11:12:59 -0500
committerWill Kahn-Greene <willg@bluesock.org>2011-12-12 11:12:59 -0500
commita46f645e7fc724547979ced22c8f9b7aa4ae0d51 (patch)
tree8e0d2281e2f6220eb19ad3d5c20468be8baa7d27 /docs/source/themes
parente91a4dcb738f28fe75d0387175e97dc16ea977fb (diff)
downloadmediagoblin-a46f645e7fc724547979ced22c8f9b7aa4ae0d51.tar.lz
mediagoblin-a46f645e7fc724547979ced22c8f9b7aa4ae0d51.tar.xz
mediagoblin-a46f645e7fc724547979ced22c8f9b7aa4ae0d51.zip
Fix doc footer
This has the correct copyright statement.
Diffstat (limited to 'docs/source/themes')
-rw-r--r--docs/source/themes/mg/layout.html29
-rw-r--r--docs/source/themes/mg/theme.conf5
2 files changed, 34 insertions, 0 deletions
diff --git a/docs/source/themes/mg/layout.html b/docs/source/themes/mg/layout.html
new file mode 100644
index 00000000..891ed64c
--- /dev/null
+++ b/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 %}
diff --git a/docs/source/themes/mg/theme.conf b/docs/source/themes/mg/theme.conf
new file mode 100644
index 00000000..f4fbd8cc
--- /dev/null
+++ b/docs/source/themes/mg/theme.conf
@@ -0,0 +1,5 @@
+[theme]
+inherit = default
+stylesheet = default.css
+pygments_style = sphinx
+