File: mathjax.patch

package info (click to toggle)
borgbackup2 2.0.0b19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,468 kB
  • sloc: python: 31,228; pascal: 3,510; sh: 216; makefile: 156; tcl: 94; ansic: 21
file content (8 lines) | stat: -rw-r--r-- 306 bytes parent folder | download
1
2
3
4
5
6
7
8
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -252,3 +252,5 @@
     "issue": ("https://github.com/borgbackup/borg/issues/%s", "#%s"),
     "targz_url": ("https://pypi.python.org/packages/source/b/borgbackup/%%s-%s.tar.gz" % version, None),
 }
+
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js'