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