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:35:53 UTC

[flink-statefun] branch docs_experimental__docs updated: Revert "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 95bf187  Revert "Use different sphinx build command"
95bf187 is described below

commit 95bf18730675c9232639b92f4f1125c6c3754f55
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
AuthorDate: Fri Mar 6 14:35:32 2020 +0800

    Revert "Use different sphinx build command"
    
    This reverts commit 684c1cdc59bae84df64e4feedaa98d8be2b3f7f4.
---
 statefun-docs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/statefun-docs/Makefile b/statefun-docs/Makefile
index 8a6e64a..6db573d 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  = python3 -m sphinx
+SPHINXBUILD  = sphinx-build
 SPHINXOPTS   = -W
 SPHINXPROJ   = Stateful Functions