#2432 - turning off smarty pants so that our quotes don't get mangled in code samples.
This commit is contained in:
parent
397006918a
commit
ac55ce7693
1 changed files with 2 additions and 1 deletions
|
|
@ -15,5 +15,6 @@ setup(
|
||||||
description = __doc__,
|
description = __doc__,
|
||||||
author = "Akka",
|
author = "Akka",
|
||||||
packages = ['styles'],
|
packages = ['styles'],
|
||||||
entry_points = entry_points
|
entry_points = entry_points,
|
||||||
|
html_use_smartypants = false
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue