ci: Disable Doxygen HTML generation

Since only XML is being used during website build process, generation of HTML involves unnecessary computations.
This commit is contained in:
2025-09-10 19:32:34 +02:00
parent a4cead7fe8
commit 3ffeda1531

View File

@@ -1321,7 +1321,7 @@ IGNORE_PREFIX =
# If the GENERATE_HTML tag is set to YES, Doxygen will generate HTML output
# The default value is: YES.
GENERATE_HTML = YES
GENERATE_HTML = NO
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of