summaryrefslogtreecommitdiffstats
path: root/jjb/releng-macros.yaml
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2015-11-23 23:09:16 +0900
committerRyota MIBU <r-mibu@cq.jp.nec.com>2015-11-23 23:09:16 +0900
commitc451a4260a36e31027b687e861679a6f703bff3b (patch)
tree9bdac046e182ac619f12abd453aad7e6d9d004e8 /jjb/releng-macros.yaml
parent6f0a6e07e3975cf9b536d79b4e76981afb2890b9 (diff)
fix document build (sphinx-build option)
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> Change-Id: I2f8ffd4ec7243eee3e401bd7d2c2b2e4811de7d2
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 38b7afe70..46203778d 100644
--- a/jjb/releng-macros.yaml
+++ b/jjb/releng-macros.yaml
@@ -180,7 +180,7 @@
sphinx-build -b html -E -c docs/etc "$dir" "$_output"
- sphinx-build -b latex -E -c docs/etc --project=$_name "$dir" "$_build"
+ sphinx-build -b latex -E -c docs/etc -D project=$_name "$dir" "$_build"
make -C "$_build" LATEXOPTS='--interaction=nonstopmode' all-pdf
mv "$_build"/*.pdf "$_output"
done