From bda84c60bfe2d7aaa43c5a4b16c738f6c61ee964 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 4 Mar 2017 23:57:57 -0500 Subject: [PATCH] Fix RTD generation of Shell docs Change-Id: Ieec4b6695610d7a2a53727cd8c5680b34cf647a9 Signed-off-by: Thanh Ha --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 7a530d85..999a3daa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 ------------------------------------------------ -- 2.16.6