File: use-mathjax-package.patch

package info (click to toggle)
pywps 4.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,016 kB
  • sloc: python: 8,846; xml: 723; makefile: 106
file content (15 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Use mathjax package (libjs-mathjax).
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -34,6 +34,8 @@ exclude_patterns = ['_build']
 source_suffix = '.rst'
 master_doc = 'index'
 
+mathjax_path = 'mathjax/MathJax.js?config=tex-ams-mml_htmlormml'
+
 pygments_style = 'sphinx'
 
 html_static_path = ['_static']