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.
1 parent 9fc98c9 commit aae1b6eCopy full SHA for aae1b6e
doc/conf.py
@@ -223,10 +223,6 @@ def _check_deps():
223
# using the given strftime format.
224
html_last_updated_fmt = '%b %d, %Y'
225
226
-# If true, SmartyPants will be used to convert quotes and dashes to
227
-# typographically correct entities.
228
-#html_use_smartypants = True
229
-
230
# Content template for the index page.
231
html_index = 'index.html'
232
@@ -255,6 +251,9 @@ def _check_deps():
255
251
# Output file base name for HTML help builder.
256
252
htmlhelp_basename = 'Matplotlibdoc'
257
253
254
+# Use typographic quote characters.
+smartquotes = False
+
258
# Path to favicon
259
html_favicon = '_static/favicon.ico'
260
0 commit comments