File: doc_local_mathjax.patch

package info (click to toggle)
h5py 3.14.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,824 kB
  • sloc: python: 11,425; ansic: 578; makefile: 429; sh: 33
file content (13 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: h5py/docs/conf.py
===================================================================
--- h5py.orig/docs/conf.py	2023-07-10 00:03:32.099387083 +0200
+++ h5py/docs/conf.py	2023-07-10 00:03:32.091387016 +0200
@@ -44,6 +44,8 @@
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
 
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
 # The suffix of source filenames.
 source_suffix = '.rst'