aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_themes/pysidedocs/page.html
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-10-17 15:28:36 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-10-17 15:28:36 -0300
commit111061c3fceb872d4efcafb65014bfd91cfd0051 (patch)
tree0ed5962bd356bb1551809b0722dc74d98a93872d /doc/_themes/pysidedocs/page.html
parent51168e70b530c6920411680d5e6dde7aeaba164c (diff)
Added a new sphinx theme for APIExtractor documentation.
This theme should be used on all sphinx-based pyside documentation.
Diffstat (limited to 'doc/_themes/pysidedocs/page.html')
-rw-r--r--doc/_themes/pysidedocs/page.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/_themes/pysidedocs/page.html b/doc/_themes/pysidedocs/page.html
new file mode 100644
index 000000000..17a930165
--- /dev/null
+++ b/doc/_themes/pysidedocs/page.html
@@ -0,0 +1,4 @@
+{% extends "layout.html" %}
+{% block body %}
+ {{ body }}
+{% endblock %}