aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_themes/pysidedocs/opensearch.xml
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2011-08-08 13:32:35 +0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:17:10 -0300
commit9eee51f91bb72735e8d4bb5b9ecca9e4aa00a740 (patch)
treead7f717ca1244a7990da9692b7e43683bf0bb193 /doc/_themes/pysidedocs/opensearch.xml
parent6a12afd5cb3e0b7deec82147263e8f57bd18124a (diff)
Update pysidedocs theme to rely more on sphinx's base theme:
- Drop files that are redundant with sphinx. - Add _templates/layout.html to add the needed customisation. - Update theme.conf to ensure theme inheritance. - Update pysidedocs.css to fit the theme with sphinx's basic theme. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'doc/_themes/pysidedocs/opensearch.xml')
-rw-r--r--doc/_themes/pysidedocs/opensearch.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/_themes/pysidedocs/opensearch.xml b/doc/_themes/pysidedocs/opensearch.xml
deleted file mode 100644
index 03875be..0000000
--- a/doc/_themes/pysidedocs/opensearch.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
- <ShortName>{{ project|e }}</ShortName>
- <Description>{% trans docstitle=docstitle|e %}Search {{ docstitle }}{% endtrans %}</Description>
- <InputEncoding>utf-8</InputEncoding>
- <Url type="text/html" method="get"
- template="{{ use_opensearch }}/{{ pathto('search') }}?q={searchTerms}&amp;check_keywords=yes&amp;area=default"/>
- <LongName>{{ docstitle|e }}</LongName>
-{% block extra %} {# Put e.g. an <Image> element here. #} {% endblock %}
-</OpenSearchDescription>