Skip to content

Commit

Permalink
Merge pull request #664 from ckkelvinchan/fix-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wangruohui authored Dec 18, 2021
2 parents 9c9d690 + fddaf96 commit e33a674
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,7 @@
def builder_inited_handler(app):
subprocess.run(['./merge_docs.sh'])
subprocess.run(['./stat.py'])


def setup(app):
app.connect('builder-inited', builder_inited_handler)

0 comments on commit e33a674

Please sign in to comment.