Skip to content

Commit

Permalink
cmake: sync submodule, use MathJax 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ManifoldFR committed Jan 24, 2025
1 parent 2f726b9 commit 168d0bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ else()
endif()
endif()

set(DOXYGEN_USE_MATHJAX NO)
set(DOXYGEN_USE_TEMPLATE_CSS YES)
set(DOXYGEN_HTML_HEADER "${PROJECT_SOURCE_DIR}/doc/header.html")
set(DOXYGEN_HTML_STYLESHEET "")

# Use BoostConfig module distributed by boost library instead of using FindBoost module distributed
# by CMake
Expand Down
2 changes: 1 addition & 1 deletion cmake
Submodule cmake updated 1 files
+1 −1 distcheck.cmake
3 changes: 2 additions & 1 deletion doc/Doxyfile.extra.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ SHOW_FILES = YES
SHOW_NAMESPACES = YES

USE_MATHJAX = YES
MATHJAX_FORMAT = SVG
MATHJAX_VERSION = MathJax_3
MATHJAX_EXTENSIONS = ams,boldsymbol

SOURCE_BROWSER = YES

Expand Down

0 comments on commit 168d0bf

Please sign in to comment.