From a975e9fb40867164b42045576656a9dcfb7a3d14 Mon Sep 17 00:00:00 2001
From: Gordon Ball <gordon@chronitis.net>
Date: Thu, 26 Jan 2017 13:47:34 +0100
Subject: 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(-)

--- a/setup.py
+++ b/setup.py
@@ -145,8 +145,6 @@
             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')):
