Skip to content

Commit

Permalink
add setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ckkelvinchan committed Dec 18, 2021
1 parent 9c9d690 commit fddaf96
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 fddaf96

Please sign in to comment.