X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=6d8ed9ff0ac6d0a51dae2ae0236347612d532924;hb=985d9293a08dc3da016fbeeaa3f8fff10e1b504e;hp=68dab302105b3dbc976ea13bfbdd91e70cdfae22;hpb=c96d618a5dd96e3a40d59860d2cdb9d5c6b71d11;p=vpp.git diff --git a/docs/conf.py b/docs/conf.py index 68dab302105..6d8ed9ff0ac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,8 +40,10 @@ release = u'20.01' extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.viewcode', - 'recommonmark', - 'sphinxcontrib.spelling'] + 'recommonmark'] + +# This is currently breaking the build +#### 'sphinxcontrib.spelling'] spelling_word_list_filename = 'spelling_wordlist.txt' # Add any paths that contain templates here, relative to this directory.