fixed readocs (#264)
This commit is contained in:
parent
f31e0e930d
commit
15cca882c9
@ -81,7 +81,7 @@ html_static_path = ['_static']
|
|||||||
|
|
||||||
|
|
||||||
def builder_inited_handler(app):
|
def builder_inited_handler(app):
|
||||||
subprocess.run(['./stat.py'])
|
subprocess.run(['python ./stat.py'])
|
||||||
|
|
||||||
|
|
||||||
def setup(app):
|
def setup(app):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user