From 35a5274b84d351d87b825be5f4db455c3d2d0937 Mon Sep 17 00:00:00 2001 From: Jan Stephan Date: Tue, 13 Jan 2026 10:11:57 +0100 Subject: [PATCH] CSS: Don't reference images that aren't generated by Doxygen (#2295) Signed-off-by: Jan Stephan --- projects/hip/docs/doxygen/Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/hip/docs/doxygen/Doxyfile b/projects/hip/docs/doxygen/Doxyfile index 6022eb70cd..704ad09fb3 100644 --- a/projects/hip/docs/doxygen/Doxyfile +++ b/projects/hip/docs/doxygen/Doxyfile @@ -1243,7 +1243,8 @@ HTML_STYLESHEET = # list). For an example see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_STYLESHEET = ../_doxygen/extra_stylesheet.css +HTML_EXTRA_STYLESHEET = ../_doxygen/extra_stylesheet.css \ + ../_doxygen/doxygen-img-ref-fix.css # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note