File: docs.patch

package info (click to toggle)
apbs 3.4.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 199,188 kB
  • sloc: ansic: 284,988; cpp: 60,416; fortran: 44,896; xml: 13,895; sh: 13,838; python: 8,105; yacc: 2,922; makefile: 1,428; f90: 989; objc: 448; lex: 294; awk: 266; sed: 205; java: 134; csh: 79
file content (27 lines) | stat: -rw-r--r-- 1,207 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Index: apbs/docs/Doxyfile
===================================================================
--- apbs.orig/docs/Doxyfile	2022-03-30 16:27:16.827609304 +0200
+++ apbs/docs/Doxyfile	2022-05-16 13:00:45.549918349 +0200
@@ -1591,7 +1591,7 @@
 # The default value is: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/.
 # This tag requires that the tag USE_MATHJAX is set to YES.
 
-MATHJAX_RELPATH        = https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/
+MATHJAX_RELPATH        = file:///usr/share/javascript/mathjax/
 
 # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
 # extension names that should be enabled during MathJax rendering. For example
Index: apbs/docs/conf.py
===================================================================
--- apbs.orig/docs/conf.py	2022-03-30 16:27:16.827609304 +0200
+++ apbs/docs/conf.py	2022-05-16 12:59:38.937741617 +0200
@@ -61,8 +61,7 @@
     "sphinx.ext.viewcode",
 ]
 
-mathjax_path = "https://cdnjs.cloudflare.com"
-mathjax_path += "/ajax/libs/mathjax/2.7.0/MathJax.js"
+mathjax_path = "file:///usr/share/javascript/mathjax/MathJax.js"
 mathjax_path += "?config=TeX-AMS-MML_HTMLorMML"
 site_url = "https://apbs.readthedocs.io"