Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de85177 + 1adca03 commit a9c5a01Copy full SHA for a9c5a01
1 file changed
doc/conf.py
@@ -250,10 +250,6 @@ def _check_deps():
250
# using the given strftime format.
251
html_last_updated_fmt = '%b %d, %Y'
252
253
-# If true, SmartyPants will be used to convert quotes and dashes to
254
-# typographically correct entities.
255
-#html_use_smartypants = True
256
-
257
# Content template for the index page.
258
html_index = 'index.html'
259
@@ -282,6 +278,9 @@ def _check_deps():
282
278
# Output file base name for HTML help builder.
283
279
htmlhelp_basename = 'Matplotlibdoc'
284
280
281
+# Use typographic quote characters.
+smartquotes = False
+
285
# Path to favicon
286
html_favicon = '_static/favicon.ico'
287
0 commit comments