summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-09-16 09:57:07 +0200
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-09-16 09:57:07 +0200
commitfdfed55bd323b378c48100f651db8447f4285ea7 (patch)
tree9ca30ba9320d5351d24610b654e6b8354740689a
parent6c09d13bb3e90d132cd47a8afcb4f94078ad9fe9 (diff)
Force light mode
-rw-r--r--src/Doxyfile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Doxyfile.in b/src/Doxyfile.in
index 0b1a8081..1ec190d9 100644
--- a/src/Doxyfile.in
+++ b/src/Doxyfile.in
@@ -1143,6 +1143,11 @@ HTML_EXTRA_STYLESHEET = @GUDHI_DOXYGEN_COMMON_DOC_PATH@/stylesheet.css
HTML_EXTRA_FILES =
+# Default here is AUTO_LIGHT which means "Automatically set the mode according
+# to the user preference, use light mode if no preference is set".
+# Force it to LIGHT (white), as the rest of the documentation is white.
+HTML_COLORSTYLE = LIGHT
+
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the style sheet and background images according to
# this color. Hue is specified as an angle on a colorwheel, see