You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2020/03/06 06:16:23 UTC

[flink-statefun] branch docs_experimental__docs updated: Use different sphinx build command

This is an automated email from the ASF dual-hosted git repository.

tzulitai pushed a commit to branch docs_experimental__docs
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git


The following commit(s) were added to refs/heads/docs_experimental__docs by this push:
     new 684c1cd  Use different sphinx build command
684c1cd is described below

commit 684c1cdc59bae84df64e4feedaa98d8be2b3f7f4
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
AuthorDate: Fri Mar 6 14:15:49 2020 +0800

    Use different sphinx build command
---
 statefun-docs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/statefun-docs/Makefile b/statefun-docs/Makefile
index 6db573d..8a6e64a 100644
--- a/statefun-docs/Makefile
+++ b/statefun-docs/Makefile
@@ -32,7 +32,7 @@ DOCKER_GROUP = $(or $(shell printenv DOCKER_GROUP), $(GID), 1000)
 DOCKER_USER  = $(or $(shell printenv DOCKER_USER), $(UID), 1000)
 DOCS_FILES   = $(shell find . -name \*.rst -print)
 SOURCEDIR    = docs
-SPHINXBUILD  = sphinx-build
+SPHINXBUILD  = python3 -m sphinx
 SPHINXOPTS   = -W
 SPHINXPROJ   = Stateful Functions