mirror of
https://github.com/django/django.git
synced 2025-04-01 03:56:42 +00:00
Removed obsolete html_use_smartypants Sphinx option.
This commit is contained in:
parent
beffa061eb
commit
7ed4713a90
@ -52,8 +52,6 @@ extlinks = {
|
|||||||
# Add it only if spelling check is requested so docs can be generated without it.
|
# Add it only if spelling check is requested so docs can be generated without it.
|
||||||
if 'spelling' in sys.argv:
|
if 'spelling' in sys.argv:
|
||||||
extensions.append("sphinxcontrib.spelling")
|
extensions.append("sphinxcontrib.spelling")
|
||||||
# Workaround for https://bitbucket.org/dhellmann/sphinxcontrib-spelling/issues/13
|
|
||||||
html_use_smartypants = False
|
|
||||||
|
|
||||||
# Spelling language.
|
# Spelling language.
|
||||||
spelling_lang = 'en_US'
|
spelling_lang = 'en_US'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user