diff options
author | jdenisco <jdenisco@cisco.com> | 2019-07-19 10:21:41 -0400 |
---|---|---|
committer | jdenisco <jdenisco@cisco.com> | 2019-07-19 10:22:13 -0400 |
commit | 675c2396a14ffbe1b5f1de59943161625a10c280 (patch) | |
tree | 81935462931d3e82f47c82aee9abc21058e73f2d | |
parent | f6fcc229d981252a15a606d90dcde39a1d4b4c7e (diff) |
docs: Fix conf.py for read the docs
Change-Id: Iaaf9e6ef5acc82fb751c851cc943cf0c48a8940d
Signed-off-by: jdenisco <jdenisco@cisco.com>
-rw-r--r-- | docs/about.rst | 4 | ||||
-rw-r--r-- | docs/conf.py | 1 |
2 files changed, 2 insertions, 3 deletions
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. |