diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-10-10 22:53:38 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-10-10 22:53:38 -0400 |
| commit | b8ed98b4065cdebd77cf38ad19de82a9c3ee9513 (patch) | |
| tree | 696c0956c1c4fe59501839a8fd80846de3e7f061 /doc/_templates | |
| parent | 6d1ec35d0d2995a3938e64387e75c142f587228f (diff) | |
| download | python-coveragepy-b8ed98b4065cdebd77cf38ad19de82a9c3ee9513.tar.gz | |
Remove vestiges of .px doc converters.
Diffstat (limited to 'doc/_templates')
| -rw-r--r-- | doc/_templates/px/layout.html | 17 | ||||
| -rw-r--r-- | doc/_templates/px/theme.conf | 4 |
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'>« <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> »</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]
|
