Unfortunately, the problem of generating functioning Mathematica HTML documentation persists.
I am using Mathematica 13.2 and generate the HTML documentation by
PacletDocumentationBuild[GTPackDir, builddir, "HTML"];
Here, GTPackDir is the directory where the package is locally stored and builddir the directory, where the HTML documentation is supposed to be built. While all image files are generated correctly, they still cannot be seen on the actual HTML documentation pages. When opening an HTML file, I can see that images seem to be embedded with divs:
<div class="hideable">
<div id="416978728"
class="clipboard-input"
data-in="In[1]:="
data-in-num="1"
data-in-src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
data-src="Files/GTJx.en/I_1.png"
data-in-width="137"
data-in-height="18"
data-link="https://wolfram.com/xid/0e4xv67ss28js7ojmz-g6jk4q"
data-code="Files/GTJx.en/i_1.txt"
></div>
<div id="7783792"
class="clipboard-input"
data-in="In[2]:="
data-in-num="2"
data-in-src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
data-src="Files/GTJx.en/I_2.png"
data-in-width="133"
data-in-height="18"
data-link="https://wolfram.com/xid/0e4xv67ss28js7ojmz-ew4aq"
data-code="Files/GTJx.en/i_2.txt"
></div>
<div class="clipboard-output"
data-out=" "
data-out-num=""
data-out-src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
data-src="Files/GTJx.en/O_1.png"
data-out-width="105"
data-out-height="107"
></div>
</div>
</div>
So I wonder if there is a modification to the style file required or if there is a general bug while generating the HTML files. For example, I can't find a css-file defining the classes "clipboard-input" and "clipboard-output".
For any help, I would be really grateful, as this issue slows down our development significantly.
Is there a functioning example one could follow?
Thanks in advance!