You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out there is some internal URL rewriting going on in Documenter.jl. A hotfix is the usage of the arg format=Documenter.HTML(prettyurls=false) when calling makedocs. This needs some further investigation to fix.
The text was updated successfully, but these errors were encountered:
Documenter.jl allows the usage of urls containing subpaths (e.g. https://ferrite-fem.github.io/FerriteViz.jl/previews/PR70/tutorial/ for the documentation with base url https://ferrite-fem.github.io/FerriteViz.jl/previews/PR70/),
but from my understanding the include takes the current path to search for the file.JSServe.bundled.js
by generating<script src="JSServe.bundled.js" type="module"></script>
Turns out there is some internal URL rewriting going on in Documenter.jl. A hotfix is the usage of the arg
format=Documenter.HTML(prettyurls=false)
when callingmakedocs
. This needs some further investigation to fix.The text was updated successfully, but these errors were encountered: