summaryrefslogtreecommitdiffstats
path: root/jjb/releng-macros.yaml
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2015-11-26 19:55:53 +0900
committerRyota MIBU <r-mibu@cq.jp.nec.com>2015-11-26 19:55:53 +0900
commitedb6f36e13d896ea6966f49af599329b2b40ddb3 (patch)
treeb6c1ad395f40990266177c997fda1a6ba653a795 /jjb/releng-macros.yaml
parent9ddf1446ce6032ec654de8fe15f48c9a76be9062 (diff)
jjb: fix default file path of conf.py
JIRA: RELENG-16 Change-Id: I25160481d8da6043858785c541d44dc1f38906f0 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'jjb/releng-macros.yaml')
-rw-r--r--jjb/releng-macros.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml
index 9a875a51f..a36f134b5 100644
--- a/jjb/releng-macros.yaml
+++ b/jjb/releng-macros.yaml
@@ -183,7 +183,7 @@
sed -i "s/_sha1_/$_git_sha1/g" "$dir/index.rst"
if [[ ! -f "$dir/conf.py" ]] ; then
- cp "etc/conf.py" "$dir/conf.py"
+ cp "docs/etc/conf.py" "$dir/conf.py"
_title=$(cd $dir; python -c "$_get_title_script")
echo "latex_documents = [('index', '$_name.tex', '$_title', 'OPNFV', 'manual'),]" >> "$dir/conf.py"
fi