qiime2/docs

Search is broken

ebolyen opened this issue · 0 comments

Bug Description
It appears that something is still wrong with the latest sphinx. I tried looking into this a little bit and the searchtool seems to look for a role="main" via jquery, however our templates do not set such a role. When I attempt to add it in or even remove the templated block, the search still does not work.

Screenshots
Looking at the console, I see:

127.0.0.1 - - [13/Feb/2020 08:43:21] "GET /plugins/available/diversity/adonis.html HTTP/1.1" 404 -

which is consistent with the 404 content I'm seeing in the local variable (which is missing the main role). I think this is what's going on, but not sure how to fix it yet.

References
role="main" via jquery