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 | 7240abf0d7c2778a03ee874efd1e52aef3c8654e (patch) | |
tree | c5c43e6266763757e76cf7f1619708f69708186a | |
parent | ca1aa3d2a6346e3932fd90107b2303555163d0b2 (diff) | |
download | python-coveragepy-git-7240abf0d7c2778a03ee874efd1e52aef3c8654e.tar.gz |
Remove vestiges of .px doc converters.
-rw-r--r-- | doc/_templates/px/layout.html | 17 | ||||
-rw-r--r-- | doc/_templates/px/theme.conf | 4 | ||||
-rw-r--r-- | doc/conf.py | 4 |
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 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'>« <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 4003c3ab..00000000 --- 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 f28a56d9..70ce6987 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' |