Skip to content

Commit 15cca88

Browse files
authored
fixed readocs (open-mmlab#264)
1 parent f31e0e9 commit 15cca88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def get_version():
8181

8282

8383
def builder_inited_handler(app):
84-
subprocess.run(['./stat.py'])
84+
subprocess.run(['python ./stat.py'])
8585

8686

8787
def setup(app):

0 commit comments

Comments
 (0)