From 3c905e296157d27305c86b104d86d0a7b26ac0c7 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 4 Mar 2017 23:56:05 -0500 Subject: [PATCH] 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 --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ------------------------------------------------ -- 2.16.6