Browse Source

Removed obsolete html_use_smartypants Sphinx option.

Tim Graham 6 years ago
parent
commit
7ed4713a90
1 changed files with 0 additions and 2 deletions
  1. 0 2
      docs/conf.py

+ 0 - 2
docs/conf.py

@@ -52,8 +52,6 @@ extlinks = {
 # Add it only if spelling check is requested so docs can be generated without it.
 if 'spelling' in sys.argv:
     extensions.append("sphinxcontrib.spelling")
-    # Workaround for https://bitbucket.org/dhellmann/sphinxcontrib-spelling/issues/13
-    html_use_smartypants = False
 
 # Spelling language.
 spelling_lang = 'en_US'