Skip to content

Commit 1adca03

Browse files
jklymakMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #11562: Deactivate smartquotes
1 parent de85177 commit 1adca03

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/conf.py

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

253-
# If true, SmartyPants will be used to convert quotes and dashes to
254-
# typographically correct entities.
255-
#html_use_smartypants = True
256-
257253
# Content template for the index page.
258254
html_index = 'index.html'
259255

@@ -282,6 +278,9 @@ def _check_deps():
282278
# Output file base name for HTML help builder.
283279
htmlhelp_basename = 'Matplotlibdoc'
284280

281+
# Use typographic quote characters.
282+
smartquotes = False
283+
285284
# Path to favicon
286285
html_favicon = '_static/favicon.ico'
287286

0 commit comments

Comments
 (0)