From: Singal, Kapil (ks220y) Date: Tue, 29 Sep 2020 17:02:36 +0000 (-0400) Subject: Removing un-necessary tox.ini X-Git-Tag: 1.1.0~33 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=82fe92631f0a127e4aed2b933fa54f910dcf23f9;p=ccsdk%2Foran.git Removing un-necessary tox.ini Issue-ID: CCSDK-2833 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I9bef522e701af8ce4a09b4459875fadceac0cf5a --- 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'