summaryrefslogtreecommitdiff
path: root/src/Doxyfile.in
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2022-05-24 18:13:53 +0200
committerGitHub <noreply@github.com>2022-05-24 18:13:53 +0200
commit8257703ac787ed5812cef196e864187fd22e5cff (patch)
treed4c027b07edf8197d5fdffce1a81f09af7d30c82 /src/Doxyfile.in
parente415d500fe8739414803b8cc127484562079d27e (diff)
parent1f3a5212939720a039cd0e084bffd882928c0b47 (diff)
Merge pull request #630 from albert-github/feature/bug_mathjax_3
Documentation: Render formulas by means of MathJax 3
Diffstat (limited to 'src/Doxyfile.in')
-rw-r--r--src/Doxyfile.in16
1 files changed, 13 insertions, 3 deletions
diff --git a/src/Doxyfile.in b/src/Doxyfile.in
index b15d47a6..54ec9078 100644
--- a/src/Doxyfile.in
+++ b/src/Doxyfile.in
@@ -1473,6 +1473,17 @@ FORMULA_TRANSPARENT = YES
USE_MATHJAX = YES
+# With MATHJAX_VERSION it is possible to specify the MathJax version to be used.
+# Note that the different versions of MathJax have different requirements with
+# regards to the different settings, so it is possible that also other MathJax
+# settings have to be changed when switching between the different MathJax
+# versions.
+# Possible values are: MathJax_2 and MathJax_3.
+# The default value is: MathJax_2.
+# This tag requires that the tag USE_MATHJAX is set to YES.
+
+@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:
# http://docs.mathjax.org/en/latest/output.html) for more details.
@@ -1494,15 +1505,14 @@ MATHJAX_FORMAT = HTML-CSS
# The default value is: http://cdn.mathjax.org/mathjax/latest.
# This tag requires that the tag USE_MATHJAX is set to YES.
-MATHJAX_RELPATH = https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2
+MATHJAX_RELPATH =
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# extension names that should be enabled during MathJax rendering. For example
# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
# This tag requires that the tag USE_MATHJAX is set to YES.
-MATHJAX_EXTENSIONS = TeX/AMSmath \
- TeX/AMSsymbols
+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