[Python-modules-commits] [nbconvert] 08/11: Disable downloading CSS from the web, since we can copy it directly from the notebook package instead

Gordon Ball chronitis-guest at moszumanska.debian.org
Fri Jan 27 19:25:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

chronitis-guest pushed a commit to branch master
in repository nbconvert.

commit 7ae61abe37ce6ec940226d2bb53a0c414addbd66
Author: Gordon Ball <gordon at chronitis.net>
Date:   Thu Jan 26 13:47:34 2017 +0100

    Disable downloading CSS from the web, since we can copy it directly from the notebook package instead
---
 setup.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/setup.py b/setup.py
index 6acc808..58a6d7f 100644
--- a/setup.py
+++ b/setup.py
@@ -143,8 +143,6 @@ def css_first(command):
             return command.run(self)
     return CSSFirst
 
-cmdclass['build'] = css_first(build)
-cmdclass['sdist'] = css_first(sdist)
 cmdclass['bdist_egg'] = bdist_egg if 'bdist_egg' in sys.argv else bdist_egg_disabled
 
 for d, _, _ in os.walk(pjoin(pkg_root, 'templates')):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nbconvert.git



More information about the Python-modules-commits mailing list