File: 0001_doc-local-mathjax.patch

package info (click to toggle)
python-boolean.py 5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: python: 2,081; makefile: 13; sh: 4
file content (15 lines) | stat: -rw-r--r-- 547 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: use local MathJax installation
Forwarded: not-needed
Author: Stephan Lachnit <stephanlachnit@debian.org>
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -191,6 +191,9 @@
 # Output file base name for HTML help builder.
 htmlhelp_basename = "booleanpydoc"
 
+# The path to the MathJax JavaScript file to include in the HTML files.
+mathjax_path = '/usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
 # -- Options for LaTeX output --------------------------------------------------
 
 # The paper size ('letter' or 'a4').