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

Skip to content

Commit aae1b6e

Browse files
committed
Deactivate smartquotes
1 parent 9fc98c9 commit aae1b6e

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
@@ -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,9 @@ def _check_deps():
255251
# Output file base name for HTML help builder.
256252
htmlhelp_basename = 'Matplotlibdoc'
257253

254+
# Use typographic quote characters.
255+
smartquotes = False
256+
258257
# Path to favicon
259258
html_favicon = '_static/favicon.ico'
260259

0 commit comments

Comments
 (0)