comparison website/www/conf.py @ 7088:a93ef7aec24e

disable opensearch generation. It doesn't work. It references an opensearch.html page in the generated docs which doesn't exist. The opensearch.xml file is (properly??) generated in _static, but referenced in the sitemap at the root not in _static.
author John Rouillard <rouilj@ieee.org>
date Tue, 29 Nov 2022 22:10:29 -0500
parents 502fb803fc22
children 1836e0ef7751
comparison
equal deleted inserted replaced
7087:1625e129376b 7088:a93ef7aec24e
169 #html_copy_source = True 169 #html_copy_source = True
170 170
171 # If true, an OpenSearch description file will be output, and all pages will 171 # If true, an OpenSearch description file will be output, and all pages will
172 # contain a <link> tag referring to it. The value of this option must be the 172 # contain a <link> tag referring to it. The value of this option must be the
173 # base URL from which the finished HTML is served. 173 # base URL from which the finished HTML is served.
174 html_use_opensearch = 'https://www.roundup-tracker.org' 174 html_use_opensearch = ''
175 175
176 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml"). 176 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
177 #html_file_suffix = '' 177 #html_file_suffix = ''
178 178
179 # Output file base name for HTML help builder. 179 # Output file base name for HTML help builder.

Roundup Issue Tracker: http://roundup-tracker.org/