8000 Deactivate smartquotes · matplotlib/matplotlib@d0e7f5b · GitHub
[go: up one dir, main page]

Skip to content

Commit d0e7f5b

Browse files
committed
Deactivate smartquotes
1 parent 9fc98c9 commit d0e7f5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,6 @@ def _check_deps():
223223
# using the given strftime format.
224224
html_last_updated_fmt = '%b %d, %Y'
225225

226-
# If true, SmartyPants will be used to convert quotes and dashes to
227-
# typographically correct entities.
228-
#html_use_smartypants = True
229-
230226
# Content template for the index page.
231227
html_index = 'index.html'
232228

@@ -255,6 +251,10 @@ def _check_deps():
255251
# Output file base name for HTML help builder.
256252
htmlhelp_basename = 'Matplotlibdoc'
257253

254+
# Use typographic quote characters.
255+
smartquotes = True
256+
smartquotes_action = 'De' # only replace 'D'ashes and 'e'llipses, not quotes
257+
258258
# Path to favicon
259259
html_favicon = '_static/favicon.ico'
260260

0 commit comments

Comments
 (0)
0