Skip to content
Snippets Groups Projects
Commit 421fce97 authored by Joseph Weston's avatar Joseph Weston
Browse files

doc: switch to an alternative Mathjax CDN

The Mathjax CDN is shutting down:
https://www.mathjax.org/cdn-shutting-down/

Closes #116.
parent a4742faf
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -267,3 +267,7 @@ nitpick_ignore = [('py:class', 'Warning'), ('py:class', 'Exception'), ...@@ -267,3 +267,7 @@ nitpick_ignore = [('py:class', 'Warning'), ('py:class', 'Exception'),
('py:class', 'kwant.operator._LocalOperator'), ('py:class', 'kwant.operator._LocalOperator'),
('py:class', 'numpy.ndarray'), ('py:class', 'numpy.ndarray'),
('py:class', 'kwant.solvers.common.BlockResult')] ('py:class', 'kwant.solvers.common.BlockResult')]
# Use custom MathJax CDN, as cdn.mathjax.org will soon shut down
mathjax_path = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment