From: Thanh Ha Date: Sun, 5 Mar 2017 04:56:05 +0000 (-0500) Subject: Fix RTD generation of Shell docs X-Git-Tag: v0.0.7~4 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=3c905e296157d27305c86b104d86d0a7b26ac0c7;p=releng%2Flftools.git Fix RTD generation of Shell docs Not sure if this exactly fixes it but have to merged to test. Change-Id: I949fb80cd5031dc1a4bff3732ac75d09e6f09c6d Signed-off-by: Thanh Ha --- diff --git a/docs/conf.py b/docs/conf.py index 8c66f807..7a530d85 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,10 +17,10 @@ # 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 ------------------------------------------------