File: docs_libjs_local.patch

package info (click to toggle)
pymatgen 2025.2.18%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 85,888 kB
  • sloc: python: 176,173; javascript: 780; makefile: 221; sh: 78
file content (13 lines) | stat: -rw-r--r-- 538 bytes parent folder | download
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"]