From: jdenisco Date: Fri, 19 Jul 2019 14:21:41 +0000 (-0400) Subject: docs: Fix conf.py for read the docs X-Git-Tag: v20.01-rc0~152 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F49%2F20749%2F1;p=vpp.git docs: Fix conf.py for read the docs Change-Id: Iaaf9e6ef5acc82fb751c851cc943cf0c48a8940d Signed-off-by: jdenisco --- diff --git a/docs/about.rst b/docs/about.rst index 072151a463e..91c0a4c3611 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -4,6 +4,6 @@ About ===== -**VPP Version:** 19.08-rc0~529-g77f0d7f2d +**VPP Version:** 19.08-rc0~688-gf6fcc22 -**Built on:** Thu Jun 27 14:04:13 GMT 2019 +**Built on:** Fri Jul 19 13:54:19 GMT 2019 diff --git a/docs/conf.py b/docs/conf.py index f3332c9a2c5..aef3646f3d9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,6 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'recommonmark', - 'sphinx_markdown_tables' ] # Add any paths that contain templates here, relative to this directory.