File: privacy-breach-uses-embedded-file.patch

package info (click to toggle)
pgrouting 3.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 17,720 kB
  • sloc: cpp: 22,378; sql: 16,057; ansic: 9,692; perl: 1,628; sh: 867; javascript: 310; xml: 182; makefile: 29
file content (14 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Use libjs-mathjax instead of online version.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed

--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -49,6 +49,7 @@ needs_sphinx = '1.1'
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 #mathjax_path="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
+mathjax_path="mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
 extensions = [
         'sphinx.ext.todo',
         'sphinx.ext.mathjax',