1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Fixmathjax
Index: python-escript-5.6/doc/sphinx_api/conf.py
===================================================================
--- python-escript-5.6.orig/doc/sphinx_api/conf.py
+++ python-escript-5.6/doc/sphinx_api/conf.py
@@ -93,6 +93,8 @@ pygments_style = 'sphinx'
# -- Options for HTML output ---------------------------------------------------
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js'
+
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'classic'
|