From 7240abf0d7c2778a03ee874efd1e52aef3c8654e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 10 Oct 2015 22:53:38 -0400 Subject: Remove vestiges of .px doc converters. --- doc/_templates/px/layout.html | 17 ----------------- doc/_templates/px/theme.conf | 4 ---- doc/conf.py | 4 +--- 3 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 doc/_templates/px/layout.html delete mode 100644 doc/_templates/px/theme.conf 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 -%} - -{%- endblock %} - - -{% block document -%} - {%- block body %} {% endblock -%} -{%- endblock %} - -{%- if prev or next %} -

- {% if prev %}« Previous: {{ prev.title }}{% endif %} - {% if next %}Next: {{ next.title }} »{% endif %} -

-{%- endif %} - -
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' -- cgit v1.2.1