Replies: 1 comment 1 reply
-
This works for me on non-nix systems. The file in question is distributed as part of hotdoc itself. I know nix interferes with paths, so my guess is that this is something that nix has self-inflicted. Possibly there's a way to tell nix to make resource access work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The full error being:
ERROR: [html-formatter]: (bad-image-src): In /home/qyriad/code/builds/meson/docs/built_docs/Reference-manual_functions.md, a local assets refers to an unknown source (assets/js/navbar_offset_scroller.js). It should be available in one of these locations: ['/home/qyriad/code/builds/meson/docs/built_docs', '/home/qyriad/code/builds/meson/docs/built_docs/images/..']
When I attempt to build Meson's HTML documentation with:
The build fails with:
Full build log:
meson-docs-build.log
This is in a checkout of 1.4.0 (eaefe29), but I had this problem on master as well.
Beta Was this translation helpful? Give feedback.
All reactions