Skip to content

Commit

Permalink
SDEC Visibility Fix (#1607)
Browse files Browse the repository at this point in the history
* removing latex cell

* using mathjax v2

* [build docs]
  • Loading branch information
atharva-2001 authored Jun 3, 2021
1 parent ba54c99 commit 2bba59c
Show file tree
Hide file tree
Showing 2 changed files with 34,181 additions and 34,184 deletions.
11 changes: 11 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,17 @@
rst_epilog = """
"""

# this forces the documentation to load MathJax v2, see here: https://github.com/spatialaudio/nbsphinx/issues/572#issuecomment-853389268
mathjax_path = 'https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
mathjax2_config = {
'tex2jax': {
'inlineMath': [['$', '$'], ['\\(', '\\)']],
'processEscapes': True,
'ignoreClass': 'document',
'processClass': 'math|output_area',
}
}

# -- Project information ------------------------------------------------------

# This does not *have* to match the package name, but typically does
Expand Down
Loading

0 comments on commit 2bba59c

Please sign in to comment.