1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: Use local copy of mathjax
See https://lintian.debian.org/tags/privacy-breach-uses-embedded-file.html
Origin: vendor
Forwarded: not-needed
Last-Update: 2020-10-22
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: gromacs/docs/conf.cmakein.py
===================================================================
--- gromacs.orig/docs/conf.cmakein.py
+++ gromacs/docs/conf.cmakein.py
@@ -502,6 +502,10 @@ numfig = True
# http://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc-mock-imports
autodoc_mock_imports = ["hpccm", "hpccm.config"]
+# Use local copy of mathjax
+# cf. https://lintian.debian.org/tags/privacy-breach-uses-embedded-file.html
+mathjax_path = '/usr/share/javascript/mathjax/'
+
# -- Options for intersphinx extension ------------------------------------
intersphinx_mapping = {
|