ip: change ip API enums address_family and ip_proto size to u8
[vpp.git] / docs / conf.py
index 68dab30..6d8ed9f 100644 (file)
@@ -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.