Qt compiles the document, the document stylesheet is missing
-
Hi, hello in front of the screen. I'm currently compiling the source code for Qt 5.15.5. But I encountered some problems when generating Qt documentation.
Problem: When registering .qch files with assistant, the stylesheet for opening assistant pages is missing.
After generating the html file with the command "nmake html_docs", I installed it to the QT_INSTALL_DOCS path with the command "nmake install_html_docs". When I use a browser to open the generated html file, the style sheet of the page is displayed normally. But after compiling it into a qch file and then registering it and using the assistant to open it, the style sheet of the page is lost. What is the reason for this? Is there any solution?