[llvm] 380fe91 - [docs] update mathjax path in doxygen

Nuno Lopes via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 08:26:49 PST 2020


Author: Nuno Lopes
Date: 2020-02-07T16:26:35Z
New Revision: 380fe91fc6dd58a64fd8945bf509c0433038a723

URL: https://github.com/llvm/llvm-project/commit/380fe91fc6dd58a64fd8945bf509c0433038a723
DIFF: https://github.com/llvm/llvm-project/commit/380fe91fc6dd58a64fd8945bf509c0433038a723.diff

LOG: [docs] update mathjax path in doxygen

Added: 
    

Modified: 
    llvm/docs/doxygen.cfg.in

Removed: 
    


################################################################################
diff  --git a/llvm/docs/doxygen.cfg.in b/llvm/docs/doxygen.cfg.in
index fe74edc0866f..7a6d531ad255 100644
--- a/llvm/docs/doxygen.cfg.in
+++ b/llvm/docs/doxygen.cfg.in
@@ -1433,7 +1433,7 @@ MATHJAX_FORMAT         = HTML-CSS
 # The default value is: http://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://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js
 
 # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
 # extension names that should be enabled during MathJax rendering. For example


        


More information about the llvm-commits mailing list