X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=aef3646f3d9710f950248f7e40322240aad8196a;hb=038e1dfbd;hp=1d60e29f1a70ef40cdc98d21fd34c9011b3a504a;hpb=ce96dda4478d8a9ee3e3a6646c3367eb20263e3f;p=vpp.git diff --git a/docs/conf.py b/docs/conf.py index 1d60e29f1a7..aef3646f3d9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,9 +23,9 @@ copyright = u'2018, Linux Foundation' author = u'John DeNisco' # The short X.Y version -version = u'' +version = u'19.08' # The full version, including alpha/beta/rc tags -release = u'1.0' +release = u'01' # -- General configuration --------------------------------------------------- @@ -40,6 +40,7 @@ release = u'1.0' extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.viewcode', + 'recommonmark', ] # Add any paths that contain templates here, relative to this directory. @@ -48,10 +49,11 @@ templates_path = ['_templates'] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # -source_suffix = ['.rst', '.md'] -source_parsers = { - '.md': 'recommonmark.parser.CommonMarkParser', -} +source_suffix = { + '.rst': 'restructuredtext', + '.md': 'markdown' + } + # The master toctree document. master_doc = 'index'