File: docs_libjs_local.patch

package info (click to toggle)
pymatgen 2025.10.7%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 83,468 kB
  • sloc: python: 175,932; javascript: 780; makefile: 221; sh: 59
file content (13 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: pymatgen/docs/apidoc/conf.py
===================================================================
--- pymatgen.orig/docs/apidoc/conf.py	2024-02-01 01:05:25.339951607 +0100
+++ pymatgen/docs/apidoc/conf.py	2024-02-01 01:05:25.339951607 +0100
@@ -49,6 +49,8 @@
 exclude_dirnames = ["../**/tests*"]
 autoclass_content = "both"
 
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ["_templates"]