Skip to content

Commit

Permalink
Merge pull request #171 from bark-simulator/sphinx_latex_fix
Browse files Browse the repository at this point in the history
fixing latex rendering by updating mathjax_path in conf.py
  • Loading branch information
klemense1 committed Oct 30, 2019
2 parents a061a9e + b68b8c8 commit b6de496
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ def setup(app):
}, True)
app.add_transform(AutoStructify)

mathjax_path = 'http://cdn.mathjax.org/mathjax/latest/MathJax.js'
#mathjax_path = 'http://cdn.mathjax.org/mathjax/latest/MathJax.js'
mathjax_path = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js'
mathjax_config = {
'extensions': ['tex2jax.js'],
'jax': ['input/TeX', 'output/HTML-CSS'],
Expand Down

0 comments on commit b6de496

Please sign in to comment.