Not sure if this exactly fixes it but have to merged to test.
Change-Id: I949fb80cd5031dc1a4bff3732ac75d09e6f09c6d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
-# import os
-# import sys
-# sys.path.insert(0, os.path.abspath('.'))
+import os
+import sys
import sphinx_bootstrap_theme
+sys.path.insert(0, os.path.abspath('.'))
# -- General configuration ------------------------------------------------