Removing the smartypants setting from setup.py
This commit is contained in:
parent
3cac192841
commit
d73c27106f
1 changed files with 1 additions and 2 deletions
|
|
@ -15,6 +15,5 @@ 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