aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2020-09-29 13:02:36 -0400
committerKAPIL SINGAL <ks220y@att.com>2020-09-30 13:50:48 +0000
commit82fe92631f0a127e4aed2b933fa54f910dcf23f9 (patch)
tree9fca10685c2876a9d4f5a8ca8cee324649be3569 /docs/conf.py
parente8f75f41224ce99eacf93b68956aa123176f5263 (diff)
Removing un-necessary tox.ini
Issue-ID: CCSDK-2833 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I9bef522e701af8ce4a09b4459875fadceac0cf5a
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
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'