Fix RTD generation of Shell docs 63/4063/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 5 Mar 2017 04:56:05 +0000 (23:56 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 5 Mar 2017 04:56:08 +0000 (23:56 -0500)
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>
docs/conf.py

index 8c66f80..7a530d8 100644 (file)
 # 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 ------------------------------------------------