Skip to content

Commit 0c845bd

Browse files
committed
Comment the spelling configuration
Travis & SymfonyCloud don't have the nessesary enchant packages
1 parent 188427f commit 0c845bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_build/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
extensions = [
3737
'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo',
3838
'sensio.sphinx.refinclude', 'sensio.sphinx.configurationblock', 'sensio.sphinx.phpcode', 'sensio.sphinx.bestpractice', 'sensio.sphinx.codeblock',
39-
'symfonycom.sphinx',
40-
'sphinxcontrib.spelling'
39+
'symfonycom.sphinx'
40+
#,'sphinxcontrib.spelling'
4141
]
4242

43-
spelling_show_sugestions=True
44-
spelling_lang='en_US'
45-
spelling_word_list_filename='_build/spelling_word_list.txt'
43+
#spelling_show_sugestions=True
44+
#spelling_lang='en_US'
45+
#spelling_word_list_filename='_build/spelling_word_list.txt'
4646

4747
# Add any paths that contain templates here, relative to this directory.
4848
# templates_path = ['_theme/_templates']

0 commit comments

Comments
 (0)