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
commit7240abf0d7c2778a03ee874efd1e52aef3c8654e (patch)
treec5c43e6266763757e76cf7f1619708f69708186a /doc/_templates
parentca1aa3d2a6346e3932fd90107b2303555163d0b2 (diff)
downloadpython-coveragepy-git-7240abf0d7c2778a03ee874efd1e52aef3c8654e.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 01f03ee5..00000000
--- 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 4003c3ab..00000000
--- a/doc/_templates/px/theme.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-[theme]
-inherit = default
-
-[options]