summaryrefslogtreecommitdiff
path: root/doc
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
parent6d1ec35d0d2995a3938e64387e75c142f587228f (diff)
downloadpython-coveragepy-b8ed98b4065cdebd77cf38ad19de82a9c3ee9513.tar.gz
Remove vestiges of .px doc converters.
Diffstat (limited to 'doc')
-rw-r--r--doc/_templates/px/layout.html17
-rw-r--r--doc/_templates/px/theme.conf4
-rw-r--r--doc/conf.py4
3 files changed, 1 insertions, 24 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]
diff --git a/doc/conf.py b/doc/conf.py
index f28a56d..70ce698 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -99,8 +99,6 @@ pygments_style = 'sphinx'
# -- Options for HTML output ---------------------------------------------------
-#html_translator_class = "px_xlator.PxTranslator"
-
# The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'.
#html_theme = 'default'
@@ -179,7 +177,7 @@ html_show_sourcelink = False
#html_use_opensearch = ''
# If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
-#html_file_suffix = '.px'
+#html_file_suffix = '.htm'
# Output file base name for HTML help builder.
htmlhelp_basename = 'coveragepydoc'