debian: do not compress notebooks
So that they can be loaded by ipython directly. * debian/rules: Exclude *.ipynb from compressed files.
This commit is contained in:
parent
9692d734a9
commit
f7c495ad12
1 changed files with 4 additions and 0 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
|
@ -86,6 +86,10 @@ override_dh_auto_build:
|
|||
dh_auto_build
|
||||
$(MAKE) -C tests nb-html
|
||||
|
||||
# https://mail.scipy.org/pipermail/ipython-user/2015-August/014016.html
|
||||
override_dh_compress:
|
||||
dh_compress -X.ipynb
|
||||
|
||||
fix-mathjax:
|
||||
perl -pi -e 's|http://orgmode.org/mathjax/MathJax.js|file:///usr/share/javascript/mathjax/MathJax.js|' doc/userdoc/*.html
|
||||
perl -pi -e 's|https://cdn.mathjax.org/mathjax/latest/MathJax.js|file:///usr/share/javascript/mathjax/MathJax.js|' tests/python/*.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue