From 360de97782736c4464109499ff2ddc725a5bed8d Mon Sep 17 00:00:00 2001 From: ManifoldFR Date: Fri, 24 Jan 2025 17:45:11 +0100 Subject: [PATCH] cmake : sync submodule + fix MathJax relpath, remove DOXYGEN_USE_TEMPLATE_CSS, remove MATHJAX_FORMAT spec --- CMakeLists.txt | 1 - cmake | 2 +- doc/Doxyfile.extra.in | 16 ---------------- 3 files changed, 1 insertion(+), 18 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a98d75716b..df25fb61b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,6 @@ else() endif() set(DOXYGEN_USE_MATHJAX YES) -set(DOXYGEN_USE_TEMPLATE_CSS YES) # ---------------------------------------------------- # --- Policy ----------------------------------------- diff --git a/cmake b/cmake index 6b0564f45a..851587ac33 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 6b0564f45af29a90160aafdfd67eb7a07ace48ed +Subproject commit 851587ac339b65865b415d4194e81001dffcb1c7 diff --git a/doc/Doxyfile.extra.in b/doc/Doxyfile.extra.in index e29be66123..9f6b0f5806 100644 --- a/doc/Doxyfile.extra.in +++ b/doc/Doxyfile.extra.in @@ -661,23 +661,7 @@ EXAMPLE_PATH = @PROJECT_SOURCE_DIR@/examples # A dedicated BIB_PATH would be preferable EXAMPLE_PATH += @PROJECT_SOURCE_DIR@/doc/bib -# Enable the USE_MATHJAX option to render $\mbox{\LaTeX}$ formulas using -# MathJax (see http://www.mathjax.org) which uses client side Javascript for -# the rendering instead of using pre-rendered bitmaps. Use this if you do not -# have $\mbox{\LaTeX}$ installed or if you want to formulas look prettier in -# the HTML output. When enabled you may also need to install MathJax separately -# and configure the path to it using the MATHJAX_RELPATH option. - USE_MATHJAX = YES -MATHJAX_RELPATH = MathJax/ - -# When MathJax is enabled you can set the default output format to be used for -# the MathJax output. See the MathJax site for more details. Possible values -# are: HTML-CSS (which is slower, but has the best compatibility), NativeMML -# (i.e. MathML) and SVG. The default value is: HTML-CSS. This tag requires that -# the tag USE_MATHJAX is set to YES. - -MATHJAX_FORMAT = SVG #--------------------------------------------------------------------------- # Aliases