Skip to content

Commit

Permalink
removed mathjax configuration in docs/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cosimoNigro committed Aug 23, 2022
1 parent 2500a8c commit 1ac04ff
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,3 @@
"astropy": ("http://docs.astropy.org/en/latest/", None),
"matplotlib": ("https://matplotlib.org", None),
}

# latex support
"""
mathjax_config = {
"TeX": {
"Macros": {
"Beta": r"{\mathcal{B}}",
"uunits": r"{{\rm erg}\,{\rm cm}^{-3}}",
"diff": r"{\mathrm{d}}",
"utransform": r"{\Gamma^3 (1 + \Beta \mu')^3}",
"rtilde": r"\tilde{r}",
"ltilde": r"\tilde{l}",
}
}
}
"""

0 comments on commit 1ac04ff

Please sign in to comment.