From c394e04c50b82323fc7de15bb94b1666b747600d Mon Sep 17 00:00:00 2001 From: jmwang66 <wangjiaming.wjm@alibaba-inc.com> Date: 星期一, 26 十二月 2022 18:01:36 +0800 Subject: [PATCH] update github.io page --- docs/Makefile | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 269cadc..4f8a90d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,9 +3,10 @@ # You can set these variables from the command line, and also # from the environment for the first two. -SPHINXOPTS ?= -SPHINXBUILD ?= sphinx-build -SOURCEDIR = source +SPHINXOPTS = +SPHINXBUILD = sphinx-build +SPHINXPROJ = FunASR +SOURCEDIR = . BUILDDIR = build # Put it first so that "make" without argument is like "make help". -- Gitblit v1.9.1