MultiDocumenter.jl icon indicating copy to clipboard operation
MultiDocumenter.jl copied to clipboard

Error loading search index

Open sethaxen opened this issue 3 years ago • 1 comments

I'm seeing an error "Error loading search index." in the search box at https://arviz-devs.github.io/ArviZJuliaDocs (source: https://github.com/arviz-devs/ArviZJuliaDocs), and the search doesn't work. Nothing in the build logs seems to refer to this. Is there any way to identify what is causing the error?

sethaxen avatar Nov 12 '22 22:11 sethaxen

Pretty sure this happens because I'm currently making the implicit assumption that docs are hosted at /, not at a sub-path. Should be a pretty easy fix though.

pfitzseb avatar Nov 13 '22 18:11 pfitzseb

Currently the Infiltrator example is showing the same error in the search bar: https://juliacomputing.github.io/MultiDocumenter.jl/inf/stable/. This is the main blocker to me using this package.

sethaxen avatar Feb 18 '23 07:02 sethaxen

For anyone else running into the same issue, this hack worked for me: https://github.com/TuringLang/turinglang.github.io/pull/46

sethaxen avatar Feb 23 '23 14:02 sethaxen