File: doc_local_mathjax.patch

package info (click to toggle)
h5py 3.7.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,576 kB
  • sloc: python: 10,451; ansic: 579; makefile: 403; sh: 18
file content (13 lines) | stat: -rw-r--r-- 499 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: h5py/docs/conf.py
===================================================================
--- h5py.orig/docs/conf.py	2021-12-03 17:50:28.514335384 +0100
+++ h5py/docs/conf.py	2021-12-03 17:52:14.663248224 +0100
@@ -43,6 +43,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'