From: Thanh Ha Date: Sun, 5 Mar 2017 04:57:57 +0000 (-0500) Subject: Fix RTD generation of Shell docs X-Git-Tag: v0.0.7~3 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F62%2F4062%2F1;p=releng%2Flftools.git Fix RTD generation of Shell docs Change-Id: Ieec4b6695610d7a2a53727cd8c5680b34cf647a9 Signed-off-by: Thanh Ha --- 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 ------------------------------------------------