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 /docs/conf.py | |
parent | f6fcc229d981252a15a606d90dcde39a1d4b4c7e (diff) |
docs: Fix conf.py for read the docs
Change-Id: Iaaf9e6ef5acc82fb751c851cc943cf0c48a8940d
Signed-off-by: jdenisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
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. |