Skip to content
Snippets Groups Projects
Unverified Commit f07996ca authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

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
parents 1c5c7979 360de977
No related branches found
No related tags found
No related merge requests found
Pipeline #49352 passed with warnings
...@@ -59,7 +59,6 @@ else() ...@@ -59,7 +59,6 @@ else()
endif() endif()
set(DOXYGEN_USE_MATHJAX YES) set(DOXYGEN_USE_MATHJAX YES)
set(DOXYGEN_USE_TEMPLATE_CSS YES)
# ---------------------------------------------------- # ----------------------------------------------------
# --- Policy ----------------------------------------- # --- Policy -----------------------------------------
......
Subproject commit 6b0564f45af29a90160aafdfd67eb7a07ace48ed Subproject commit 851587ac339b65865b415d4194e81001dffcb1c7
...@@ -661,23 +661,7 @@ EXAMPLE_PATH = @PROJECT_SOURCE_DIR@/examples ...@@ -661,23 +661,7 @@ EXAMPLE_PATH = @PROJECT_SOURCE_DIR@/examples
# A dedicated BIB_PATH would be preferable # A dedicated BIB_PATH would be preferable
EXAMPLE_PATH += @PROJECT_SOURCE_DIR@/doc/bib 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 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 # Aliases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment