ocaml.org
ocaml.org copied to clipboard
Image assets not displayed in package documentation
The following page uses image assets from odoc 3 but they are not displayed:
- https://ocaml.org/p/memprof-limits/latest/doc/statistical.html
Strangely, the images referred to in the src attribute (e.g. https://ocaml.org/p/memprof-limits/latest/doc/cumulative.svg) exist and the browser developer tools show that the HTTP GET request for the images succeed while loading the html page (code 200).
Here is the same page on my server, where the images are correctly displayed:
- https://guillaume.munch.name/software/ocaml/memprof-limits.0.3.0/statistical.html
I have tried two different browsers (chromium and firefox) and two different devices on different networks to ensure that the problem was not on my end.