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