8000 Merge pull request #11618 from matplotlib/auto-backport-of-pr-11562-o… · matplotlib/matplotlib@a9c5a01 · GitHub
[go: up one dir, main page]

Skip to content

Commit a9c5a01

Browse files
authored
Merge pull request #11618 from matplotlib/auto-backport-of-pr-11562-on-v2.2.2-doc
Backport PR #11562 on branch v2.2.2-doc
2 parents de85177 + 1adca03 commit a9c5a01

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 < 9D5A span class=pl-c1>= '%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)
0