MultiDocumenter.jl
MultiDocumenter.jl copied to clipboard
Error loading search index
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?
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.
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.
For anyone else running into the same issue, this hack worked for me: https://github.com/TuringLang/turinglang.github.io/pull/46