X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=6d8ed9ff0ac6d0a51dae2ae0236347612d532924;hb=aaf64a263f036c0e98c0ea954c85cfd620abad06;hp=eb66cb38ac0cb35fb21f5d70c3758bbc960824d0;hpb=340c15c6ed34ce60c821b5260fec3eb11d65dcb7;p=vpp.git diff --git a/docs/conf.py b/docs/conf.py index eb66cb38ac0..6d8ed9ff0ac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,14 +18,14 @@ # -- Project information ----------------------------------------------------- -project = u'Vector Packet Processor' +project = u'The Vector Packet Processor' copyright = u'2018, Linux Foundation' author = u'John DeNisco' # The short X.Y version version = u'master' # The full version, including alpha/beta/rc tags -release = u'01' +release = u'20.01' # -- General configuration --------------------------------------------------- @@ -40,8 +40,10 @@ release = u'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.