File: fixmathjax

package info (click to toggle)
python-escript 5.6-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 144,252 kB
  • sloc: python: 592,062; cpp: 136,909; ansic: 18,675; javascript: 9,411; xml: 3,384; sh: 740; makefile: 203
file content (14 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (3)
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'