From 90e8e38e841069f10ed1b4f8fa74b2790053c496 Mon Sep 17 00:00:00 2001 From: Jintao Lin <528557675@qq.com> Date: Mon, 23 Nov 2020 12:44:32 +0800 Subject: [PATCH] chmod +x stat.py (#266) * add modelzoo statistics readthedocs * chmod stat.py --- docs/conf.py | 2 +- docs/stat.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 docs/stat.py diff --git a/docs/conf.py b/docs/conf.py index 56506ad65..f472acb30 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -81,7 +81,7 @@ html_static_path = ['_static'] def builder_inited_handler(app): - subprocess.run(['python ./stat.py']) + subprocess.run(['./stat.py']) def setup(app): diff --git a/docs/stat.py b/docs/stat.py old mode 100644 new mode 100755