27 lines
626 B
Diff
27 lines
626 B
Diff
From b9b8b93f9f388211d90e468dc4c13fdbe73795c4 Mon Sep 17 00:00:00 2001
|
|
From: wangjia <wangjia55@huawei.com>
|
|
Date: Wed, 2 Jan 2019 13:18:50 +0000
|
|
Subject: [PATCH] boom-boot: fix compile error about sphinx-build
|
|
reason: fix compile error.
|
|
---
|
|
doc/Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/doc/Makefile b/doc/Makefile
|
|
index 6e02dee..662d873 100644
|
|
--- a/doc/Makefile
|
|
+++ b/doc/Makefile
|
|
@@ -3,7 +3,7 @@
|
|
|
|
# You can set these variables from the command line.
|
|
SPHINXOPTS =
|
|
-SPHINXBUILD = sphinx-build
|
|
+SPHINXBUILD = sphinx-build-3
|
|
PAPER =
|
|
BUILDDIR = _build
|
|
|
|
--
|
|
2.19.1
|
|
|
|
|