Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8120cf

Browse files
authored
Merge pull request #11562 from timhoffm/deactivate-smartquotes
Deactivate smartquotes
2 parents 0544616 + aae1b6e commit e8120cf

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
@@ -221,10 +221,6 @@ def _check_deps():
221221
# using the given strftime format.
222222
html_last_updated_fmt = '%b %d, %Y'
223223

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

@@ -253,6 +249,9 @@ def _check_deps():
253249
# Output file base name for HTML help builder.
254250
htmlhelp_basename = 'Matplotlibdoc'
255251

252+
# Use typographic quote characters.
253+
smartquotes = False
254+
256255
# Path to favicon
257256
html_favicon = '_static/favicon.ico'
258257

0 commit comments

Comments
 (0)