Fix RTD generation of Shell docs 62/4062/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 5 Mar 2017 04:57:57 +0000 (23:57 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 5 Mar 2017 04:57:57 +0000 (23:57 -0500)
Change-Id: Ieec4b6695610d7a2a53727cd8c5680b34cf647a9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/conf.py

index 7a530d8..999a3da 100644 (file)
@@ -20,7 +20,7 @@
 import os
 import sys
 import sphinx_bootstrap_theme
-sys.path.insert(0, os.path.abspath('.'))
+sys.path.insert(0, os.path.abspath('..'))
 
 # -- General configuration ------------------------------------------------