summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreexian Packaging Team <team+freexian@tracker.debian.org>2023-03-01 12:24:53 +0100
committerHelmut Grohne <helmut@subdivi.de>2023-03-01 12:24:53 +0100
commit952f1f01144e1e46fc291de0e8e8b354635ab63c (patch)
treee65bae247e6595fe73ee322afa18111a3fd5eefa
parent47a5cfc3edc35781cf6240211cb44fa04be58756 (diff)
mathjax
Gbp-Pq: Topic privacy Gbp-Pq: Name mathjax.patch
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 44d33d5a..93001fbd 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -248,3 +248,5 @@ extlinks = {
"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'