summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreexian Packaging Team <team+freexian@tracker.debian.org>2023-01-20 11:02:46 +0100
committerHelmut Grohne <helmut@subdivi.de>2023-01-20 11:02:46 +0100
commitd3f808019f6dd766005772117e505c165ef41627 (patch)
tree295332a09e657573abea4db43d30d75bf5ed0276
parent53f38b27a8e644016278d8b07e9bd1c787dcc6dd (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 fd13fed4..fedfdb37 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -248,3 +248,5 @@ extlinks = {
"issue": ("https://github.com/borgbackup/borg/issues/%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'