docs: Add Ray's ACL use case
[vpp.git] / docs / conf.py
index 17b4b78..aef3646 100644 (file)
 # -- Project information -----------------------------------------------------
 
 project = u'Vector Packet Processor'
-copyright = u'2018, John DeNisco'
+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'0.1'
+release = u'01'
 
 
 # -- General configuration ---------------------------------------------------
@@ -40,6 +40,7 @@ release = u'0.1'
 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'