summaryrefslogtreecommitdiff
path: root/doc/_templates
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-23 08:15:31 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-23 08:15:31 -0400
commit21097bd72b11c3c167812ad65742a293b022508b (patch)
tree6de065e6f929b84a8ac73599fa80d336f2913b4a /doc/_templates
parentfa3756ab0131b707fd3960e70dcf72fd65df3897 (diff)
downloadpython-coveragepy-git-21097bd72b11c3c167812ad65742a293b022508b.tar.gz
Getting started with sphinx
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/px/layout.html11
-rw-r--r--doc/_templates/px/theme.conf4
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/_templates/px/layout.html b/doc/_templates/px/layout.html
new file mode 100644
index 00000000..4750f748
--- /dev/null
+++ b/doc/_templates/px/layout.html
@@ -0,0 +1,11 @@
+{%- block doctype -%}
+<?xml version="1.0" encoding="utf-8" ?>
+{%- endblock %}
+
+<page title='{{ title|striptags }}'>
+
+{%- block document %}
+ {% block body %} {% endblock %}
+{%- endblock %}
+
+</page>
diff --git a/doc/_templates/px/theme.conf b/doc/_templates/px/theme.conf
new file mode 100644
index 00000000..4003c3ab
--- /dev/null
+++ b/doc/_templates/px/theme.conf
@@ -0,0 +1,4 @@
+[theme]
+inherit = default
+
+[options]