Don't use spelling extension on read the docs

pull/1231/head
Karl Hobley 2015-04-22 17:39:23 +01:00
rodzic 4adb3f2dc4
commit b744e953de
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -50,9 +50,11 @@ os.environ['DATABASE_ENGINE'] = 'django.db.backends.sqlite3'
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinxcontrib.spelling',
]
if not on_rtd:
extensions.append('sphinxcontrib.spelling')
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']