Code Review
/
releng
/
docs-conf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a5cd809
)
Add sys path for rtd
17/8517/2
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Thu, 25 Jan 2018 01:13:36 +0000
(20:13 -0500)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Thu, 25 Jan 2018 01:14:49 +0000
(20:14 -0500)
Change-Id: I820fc0e5d183088a1128ab84f2d11fd3b32a0268
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/conf.py
patch
|
blob
|
history
diff --git
a/docs/conf.py
b/docs/conf.py
index
6d3ce39
..
cc5b98c
100644
(file)
--- a/
docs/conf.py
+++ b/
docs/conf.py
@@
-10,7
+10,11
@@
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
+import os
import pkg_resources
+import sys
+# Sys.path for RTD to resolve docs_conf package
+sys.path.insert(0, os.path.abspath('..'))
from docs_conf import *