File: 0002-Retrieve-MathJax.js-locally.patch

package info (click to toggle)
python-shapely 1.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,368 kB
  • sloc: python: 9,915; makefile: 102; sh: 31
file content (19 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Pietro Battiston <me@pietrobattiston.it>
Date: Tue, 30 Sep 2014 11:56:55 +0200
Subject: Retrieve MathJax.js locally

---
 docs/conf.py | 2 ++
 1 file changed, 2 insertions(+)

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -39,6 +39,8 @@ extensions = [
     'sphinx.ext.mathjax', # <--/
 ]
 
+mathjax_path = 'mathjax/MathJax.js?config=tex-ams-mml_htmlormml'
+
 # Add any paths that contain templates here, relative to this directory.
 #templates_path = ['_templates']