nat: fix error counters
[vpp.git] / docs / conf.py
index 68dab30..771a4d0 100644 (file)
@@ -19,7 +19,7 @@
 # -- Project information -----------------------------------------------------
 
 project = u'The Vector Packet Processor'
-copyright = u'2018, Linux Foundation'
+copyright = u'2018-2020, Linux Foundation'
 author = u'John DeNisco'
 
 # The short X.Y version
@@ -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.