Skip to content

Commit

Permalink
Merge pull request #2558 from ManifoldFR/topic/cmake-sync-submodule-a…
Browse files Browse the repository at this point in the history
…nd-mathjax

cmake : sync submodule + fix MathJax relpath, remove DOXYGEN_USE_TEMPLATE_CSS, remove MATHJAX_FORMAT spec
  • Loading branch information
jcarpent authored Jan 24, 2025
2 parents 1c5c797 + 360de97 commit f07996c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ else()
endif()

set(DOXYGEN_USE_MATHJAX YES)
set(DOXYGEN_USE_TEMPLATE_CSS YES)

# ----------------------------------------------------
# --- Policy -----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion cmake
16 changes: 0 additions & 16 deletions doc/Doxyfile.extra.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f07996c

Please sign in to comment.