From 8a007c8834a6212513e6757a04b29558c534ddf5 Mon Sep 17 00:00:00 2001 From: Yanlong Wang Date: Thu, 10 Mar 2022 18:40:06 +0800 Subject: [PATCH] feat: add docsqa to docs website (#1363) --- docs/source/_templates/page.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/source/_templates/page.html diff --git a/docs/source/_templates/page.html b/docs/source/_templates/page.html new file mode 100644 index 00000000..b86c33e7 --- /dev/null +++ b/docs/source/_templates/page.html @@ -0,0 +1,23 @@ +{% extends "!page.html" %} +{% block scripts %} + {{ super() }} + + + + + + + +{% endblock %}