File: docs_use_local_mathjax.patch

package info (click to toggle)
mdtraj 1.9.7-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 76,616 kB
  • sloc: ansic: 30,435; python: 18,379; cpp: 5,508; xml: 1,252; makefile: 188
file content (13 lines) | stat: -rw-r--r-- 584 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: mdtraj/docs/conf.py
===================================================================
--- mdtraj.orig/docs/conf.py	2022-01-01 19:00:58.000000000 +0100
+++ mdtraj/docs/conf.py	2022-01-01 19:02:55.843114013 +0100
@@ -26,6 +26,8 @@
 # If your documentation needs a minimal Sphinx version, state it here.
 # needs_sphinx = '1.0'
 
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.