From 15cca882c95c4cfdbf6f45294d20d361ec189d1e Mon Sep 17 00:00:00 2001 From: Jerry Jiarui XU Date: Wed, 18 Nov 2020 19:49:45 -0800 Subject: [PATCH] fixed readocs (#264) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index f472acb..56506ad 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -81,7 +81,7 @@ html_static_path = ['_static'] def builder_inited_handler(app): - subprocess.run(['./stat.py']) + subprocess.run(['python ./stat.py']) def setup(app):