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):