From 82fe92631f0a127e4aed2b933fa54f910dcf23f9 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Tue, 29 Sep 2020 13:02:36 -0400 Subject: Removing un-necessary tox.ini Issue-ID: CCSDK-2833 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I9bef522e701af8ce4a09b4459875fadceac0cf5a --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index b3899557..a81fb655 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,6 +9,8 @@ linkcheck_ignore = [ 'http://localhost', ] +extensions = ['sphinx_tabs.tabs'] + intersphinx_mapping = {} html_last_updated_fmt = '%d-%b-%y %H:%M' -- cgit 1.2.3-korg