Skip to content

Commit f07996c

Browse files
authored
Merge pull request #2558 from ManifoldFR/topic/cmake-sync-submodule-and-mathjax
cmake : sync submodule + fix MathJax relpath, remove DOXYGEN_USE_TEMPLATE_CSS, remove MATHJAX_FORMAT spec
2 parents 1c5c797 + 360de97 commit f07996c

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ else()
5959
endif()
6060

6161
set(DOXYGEN_USE_MATHJAX YES)
62-
set(DOXYGEN_USE_TEMPLATE_CSS YES)
6362

6463
# ----------------------------------------------------
6564
# --- Policy -----------------------------------------

doc/Doxyfile.extra.in

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -661,23 +661,7 @@ EXAMPLE_PATH = @PROJECT_SOURCE_DIR@/examples
661661
# A dedicated BIB_PATH would be preferable
662662
EXAMPLE_PATH += @PROJECT_SOURCE_DIR@/doc/bib
663663

664-
# Enable the USE_MATHJAX option to render $\mbox{\LaTeX}$ formulas using
665-
# MathJax (see http://www.mathjax.org) which uses client side Javascript for
666-
# the rendering instead of using pre-rendered bitmaps. Use this if you do not
667-
# have $\mbox{\LaTeX}$ installed or if you want to formulas look prettier in
668-
# the HTML output. When enabled you may also need to install MathJax separately
669-
# and configure the path to it using the MATHJAX_RELPATH option.
670-
671664
USE_MATHJAX = YES
672-
MATHJAX_RELPATH = MathJax/
673-
674-
# When MathJax is enabled you can set the default output format to be used for
675-
# the MathJax output. See the MathJax site for more details. Possible values
676-
# are: HTML-CSS (which is slower, but has the best compatibility), NativeMML
677-
# (i.e. MathML) and SVG. The default value is: HTML-CSS. This tag requires that
678-
# the tag USE_MATHJAX is set to YES.
679-
680-
MATHJAX_FORMAT = SVG
681665

682666
#---------------------------------------------------------------------------
683667
# Aliases

0 commit comments

Comments
 (0)