commit a37c3a2340717d4943b629f492c820c0be9a6a31
parent 60bbf34169c44204b55bb4cf1dc0fc1cbb1db2b7
Author: Davide P. Cervone <dpvc@union.edu>
Date: Fri, 4 Mar 2011 07:06:07 -0500
Remove MathJax.js from layout (should use MathJax plugin, if needed)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/mjtheme/layout.html b/docs/source/mjtheme/layout.html
@@ -108,7 +108,7 @@
{%- for scriptfile in script_files %}
<script type="text/javascript" src="{{ pathto(scriptfile, 1) }}"></script>
{%- endfor %}
- <script type="text/javascript" src="{{ pathto('../../MathJax.js?config=TeX-AMS-MML_HTMLorMML', 1) }}"></script>
+ <!--<script type="text/javascript" src="{{ pathto('../../MathJax.js?config=TeX-AMS-MML_HTMLorMML', 1) }}"></script>-->
{%- if use_opensearch %}
<link rel="search" type="application/opensearchdescription+xml"
title="{% trans docstitle=docstitle|e %}Search within {{ docstitle }}{% endtrans %}"