Skip to content

Commit 02a611d

Browse files
committed
Update Docs site Mathjax CDN
1 parent 8a3cf4e commit 02a611d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ else()
99
set(ARBY_SUBPROJECT ON)
1010
endif()
1111

12-
project(arby VERSION 0.4.0 LANGUAGES CXX)
12+
project(arby VERSION 0.4.1 LANGUAGES CXX)
1313

1414
find_program(CCACHE_PROGRAM ccache)
1515
if(CCACHE_PROGRAM)

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,7 @@ MATHJAX_FORMAT = HTML-CSS
14941494
# The default value is: http://cdn.mathjax.org/mathjax/latest.
14951495
# This tag requires that the tag USE_MATHJAX is set to YES.
14961496

1497-
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
1497+
MATHJAX_RELPATH = https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.1/es5/startup.js
14981498

14991499
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
15001500
# extension names that should be enabled during MathJax rendering. For example

0 commit comments

Comments
 (0)