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

package info (click to toggle)
pgrouting 3.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,520 kB
  • sloc: sql: 38,763; cpp: 21,049; ansic: 13,171; perl: 1,781; sh: 804; xml: 182; makefile: 48
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',