Use Debian-provided MathJax everywhere.
authorNicholas D Steeves <nsteeves@gmail.com>
Sun, 11 Feb 2018 02:02:17 +0000 (21:02 -0500)
committerGianfranco Costamagna <locutusofborg@debian.org>
Tue, 28 Sep 2021 10:06:50 +0000 (11:06 +0100)
Gbp-Pq: Name 0049-Use-Debian-provided-MathJax-everywhere.patch

clang-tools-extra/docs/conf.py
clang-tools-extra/docs/doxygen.cfg.in
clang/docs/analyzer/conf.py
clang/docs/conf.py
clang/docs/doxygen.cfg.in
llvm/docs/doxygen.cfg.in
polly/docs/doxygen.cfg.in

index 690917ef9a1be8df27b01cacece9d8502f871f6b..b429095f0dbe4eb64ca21f790979cd7130e66175 100644 (file)
@@ -123,6 +123,9 @@ html_theme = 'haiku'
 # so a file named "default.css" will overwrite the builtin "default.css".
 html_static_path = ['_static']
 
+# Use Debian-provided MathJax
+mathjax_path = '/usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.
 #html_last_updated_fmt = '%b %d, %Y'
index d778be30b63e558095991fb3df9b1ded12698160..74de841e8228cb98ac3dc63739b61f849c327c90 100644 (file)
@@ -1443,7 +1443,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        = /usr/share/javascript/mathjax
 
 # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
 # extension names that should be enabled during MathJax rendering. For example
index cb6b82acf4da313380e27dec62fb8fb0ce18a43f..9ada036f4791c9aea2f4fcdccaf20435484e4c54 100644 (file)
@@ -123,6 +123,9 @@ html_theme = 'haiku'
 # so a file named "default.css" will overwrite the builtin "default.css".
 html_static_path = ['_static']
 
+# Use Debian-provided MathJax
+mathjax_path = '/usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.
 #html_last_updated_fmt = '%b %d, %Y'
index 65934dea5ccec425471ce10df987c8869dcf47e5..dfc164ab10cc013ac7dd25f8dd61a36475e1b629 100644 (file)
@@ -124,6 +124,9 @@ html_theme = 'haiku'
 # so a file named "default.css" will overwrite the builtin "default.css".
 html_static_path = ['_static']
 
+# Use Debian-provided MathJax
+mathjax_path = '/usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.
 #html_last_updated_fmt = '%b %d, %Y'
index 449552d99d46bd4726cbb6f49f1a6ca1de6e92e0..cc195c345e0dba358cc25a0b9fc9ad2132646ba7 100644 (file)
@@ -1432,7 +1432,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        = /usr/share/javascript/mathjax
 
 # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
 # extension names that should be enabled during MathJax rendering. For example
index 7a6d531ad255914741fd14efc660b822f3db40fc..bee1527337d5b706159971b77d36819a81f7c88f 100644 (file)
@@ -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        = https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js
+MATHJAX_RELPATH        = /usr/share/javascript/mathjax
 
 # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
 # extension names that should be enabled during MathJax rendering. For example
index 36786aa564105e78ae6e1e17b92d9ed64e4b2967..26a89849f19e9b9f29f453a8bbe4079a752c9a09 100644 (file)
@@ -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        = /usr/share/javascript/mathjax
 
 # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
 # extension names that should be enabled during MathJax rendering. For example