Merge pull request #686 from akka/wip-2432-√

#2432 - turning off smarty pants so that our quotes don't get mangled in...
This commit is contained in:
Viktor Klang (√) 2012-09-09 14:47:51 -07:00
commit da8a62545d

View file

@ -15,5 +15,6 @@ setup(
description = __doc__,
author = "Akka",
packages = ['styles'],
entry_points = entry_points
entry_points = entry_points,
html_use_smartypants = false
)