summaryrefslogtreecommitdiff
path: root/doc/_templates
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-10-10 22:53:38 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-10-10 22:53:38 -0400
commitb8ed98b4065cdebd77cf38ad19de82a9c3ee9513 (patch)
tree696c0956c1c4fe59501839a8fd80846de3e7f061 /doc/_templates
parent6d1ec35d0d2995a3938e64387e75c142f587228f (diff)
downloadpython-coveragepy-b8ed98b4065cdebd77cf38ad19de82a9c3ee9513.tar.gz
Remove vestiges of .px doc converters.
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/px/layout.html17
-rw-r--r--doc/_templates/px/theme.conf4
2 files changed, 0 insertions, 21 deletions
diff --git a/doc/_templates/px/layout.html b/doc/_templates/px/layout.html
deleted file mode 100644
index 01f03ee..0000000
--- a/doc/_templates/px/layout.html
+++ /dev/null
@@ -1,17 +0,0 @@
-{%- block doctype -%}
-<?xml version="1.0" encoding="utf-8" ?>
-{%- endblock %}
-
-<page title='{{ title|striptags }}' {% if "b" in release %}index='no'{% endif %}>
-{% block document -%}
- {%- block body %} {% endblock -%}
-{%- endblock %}
-
-{%- if prev or next %}
-<p class='pmn pmnbot'>
- {% if prev %}<span class='p'>&#xab;&#xa0;<i>Previous:</i> <a href="{{ prev.link|e }}" title="previous topic">{{ prev.title }}</a></span>{% endif %}
- {% if next %}<span class='n'><i>Next:</i> <a href="{{ next.link|e }}" title="next topic">{{ next.title }}</a>&#xa0;&#xbb;</span>{% endif %}
-</p>
-{%- endif %}
-
-</page>
diff --git a/doc/_templates/px/theme.conf b/doc/_templates/px/theme.conf
deleted file mode 100644
index 4003c3a..0000000
--- a/doc/_templates/px/theme.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-[theme]
-inherit = default
-
-[options]