aboutsummaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorViet-Hoa Do <viet-hoa.do@arm.com>2022-10-10 12:27:49 +0100
committerPablo Marquez Tello <pablo.tello@arm.com>2022-10-10 13:51:37 +0000
commita9acd5f2218a9abebe8290d2a4861808e36805e8 (patch)
tree34151fa88ddf49b5a8a0075d5def4bcb93c7de90 /docs/Doxyfile
parent66704133478dcb2065e6313590187315de74ec5f (diff)
downloadComputeLibrary-a9acd5f2218a9abebe8290d2a4861808e36805e8.tar.gz
Use https to embed MathJax to documentation
Partially resolves: COMPMID-5642 Signed-off-by: Viet-Hoa Do <viet-hoa.do@arm.com> Change-Id: Icbea9de88d9c55494e782a08bb17aeeb2a9e592d Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8385 Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Jakub Sujak <jakub.sujak@arm.com> Reviewed-by: Pablo Marquez Tello <pablo.tello@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 065aa24458..da637abd3e 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -1551,11 +1551,11 @@ MATHJAX_FORMAT = HTML-CSS
# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
# Content Delivery Network so you can quickly see the result without installing
# MathJax. However, it is strongly recommended to install a local copy of
-# MathJax from http://www.mathjax.org before deployment.
-# The default value is: http://cdn.mathjax.org/mathjax/latest.
+# MathJax from https://www.mathjax.org before deployment.
+# The default value is: https://cdn.mathjax.org/mathjax/latest.
# This tag requires that the tag USE_MATHJAX is set to YES.
-MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
+MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# extension names that should be enabled during MathJax rendering. For example