summaryrefslogtreecommitdiff
path: root/src/Doxyfile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Doxyfile.in')
-rw-r--r--src/Doxyfile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Doxyfile.in b/src/Doxyfile.in
index 834fcfc1..51a97952 100644
--- a/src/Doxyfile.in
+++ b/src/Doxyfile.in
@@ -1482,7 +1482,7 @@ USE_MATHJAX = YES
# The default value is: MathJax_2.
# This tag requires that the tag USE_MATHJAX is set to YES.
-MATHJAX_VERSION = MathJax_3
+@GUDHI_DOXYGEN_MATHJAX_VERSION@
# When MathJax is enabled you can set the default output format to be used for
# the MathJax output. See the MathJax site (see:
@@ -1512,7 +1512,7 @@ MATHJAX_RELPATH =
# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
# This tag requires that the tag USE_MATHJAX is set to YES.
-MATHJAX_EXTENSIONS = ams
+MATHJAX_EXTENSIONS = @GUDHI_DOXYGEN_MATHJAX_EXTENSIONS@
# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
# of code that will be used on startup of the MathJax code. See the MathJax site