Skip to content

Commit 6a322d9

Browse files
committed
fasthtml and remove smartypants
1 parent 4d254dd commit 6a322d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def has(self, *args):
3838
'mongodb',
3939
'directives',
4040
'intermanual',
41+
'fasthtml'
4142
]
4243

4344
locale_dirs = [ os.path.join(conf.paths.projectroot, conf.paths.locale) ]
@@ -120,7 +121,6 @@ def has(self, *args):
120121
html_static_path = sconf.paths.static
121122

122123
html_copy_source = False
123-
html_use_smartypants = True
124124
html_domain_indices = True
125125
html_use_index = True
126126
html_split_index = False

0 commit comments

Comments
 (0)