1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: use debian's mathjax library.
This prevents numerous privacy breaches when producing the locally installed
documentation.
Author: Étienne Mollier <emollier@debian.org>
Forwarded: not-needed
Last-Update: 2022-06-27
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- brian.orig/docs_sphinx/conf.py
+++ brian/docs_sphinx/conf.py
@@ -94,6 +94,8 @@
except ImportError:
pass
+mathjax_path = '/usr/share/javascript/mathjax/MathJax.js'
+
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
|