Skip to content

Commit 424daab

Browse files
committed
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.
1 parent 328b3f9 commit 424daab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/www/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
# If true, an OpenSearch description file will be output, and all pages will
172172
# contain a <link> tag referring to it. The value of this option must be the
173173
# base URL from which the finished HTML is served.
174-
html_use_opensearch = 'https://www.roundup-tracker.org'
174+
html_use_opensearch = ''
175175

176176
# If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
177177
#html_file_suffix = ''

0 commit comments

Comments
 (0)