From 145e4ed773baab50cc76c83f82978bc638ebbbb3 Mon Sep 17 00:00:00 2001 From: Clara Witte <clara.witte@avt.rwth-aachen.de> Date: Tue, 16 Apr 2024 14:52:21 +0200 Subject: [PATCH] Release version v0.7.4 --- ReleaseNotes.txt | 4 ++++ cmake/MAiNGOversion.cmake | 2 +- doc/Doxyfile | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index f24e732..29fca04 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,7 @@ +Release version 0.7.4 (April 16th, 2024): + - Bugfixes: + - Update MathJax to version 3.0 to see latex formulas in the documentation on GitLab Pages + Release version 0.7.3 (April 11th, 2024): - Documentation & Testing: - Updated MAiNGO documentation diff --git a/cmake/MAiNGOversion.cmake b/cmake/MAiNGOversion.cmake index 8007a62..391a4be 100644 --- a/cmake/MAiNGOversion.cmake +++ b/cmake/MAiNGOversion.cmake @@ -1,3 +1,3 @@ set(MAiNGO_VERSION -0.7.3 +0.7.4 ) diff --git a/doc/Doxyfile b/doc/Doxyfile index a628c24..3bed689 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -1582,6 +1582,7 @@ FORMULA_TRANSPARENT = YES # This tag requires that the tag GENERATE_HTML is set to YES. USE_MATHJAX = YES +MATHJAX_VERSION = MathJax_3 # When MathJax is enabled you can set the default output format to be used for # the MathJax output. See the MathJax site (see: @@ -1604,7 +1605,7 @@ MATHJAX_FORMAT = HTML-CSS # The default value is: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/. # This tag requires that the tag USE_MATHJAX is set to YES. -MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest +MATHJAX_RELPATH = https://cdn.jsdelivr.net/npm/mathjax@3 # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax # extension names that should be enabled during MathJax rendering. For example -- GitLab