From d67cfed8d127d789f7152be27f320cc3c9b969e5 Mon Sep 17 00:00:00 2001 From: JoannaLXY Date: Fri, 10 Jul 2020 15:42:16 +0800 Subject: [PATCH] fix --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 739707a..8a3b7d1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,6 +65,7 @@ html_static_path = ['_static'] master_doc = 'index' + def builder_inited_handler(app): subprocess.run(['./merge_docs.sh']) -- GitLab