Skip to content

Commit

Permalink
Merge pull request #316 from minrk/install-safe
Browse files Browse the repository at this point in the history
install MathJax safe config
  • Loading branch information
Carreau committed Aug 20, 2015
2 parents e122f06 + 659e1df commit 47cced4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setupbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def find_package_data():
static_data.extend([
mj('MathJax.js'),
mj('config', 'TeX-AMS_HTML-full.js'),
mj('config', 'Safe.js'),
mj('jax', 'output', 'HTML-CSS', '*.js'),
])
for tree in [
Expand Down

0 comments on commit 47cced4

Please sign in to comment.