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