#2432 - turning off smarty pants so that our quotes don't get mangled in code samples.

This commit is contained in:
Viktor Klang 2012-09-07 18:03:46 +02:00
parent 397006918a
commit ac55ce7693

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
)