From 00edd3c99b21db4e80211d3279f91bbd2533bfbf Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Tue, 1 Mar 2022 17:19:38 +0100 Subject: [PATCH] feat: add dotbot --- 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..633b7661 --- /dev/null +++ b/docs/source/_templates/page.html @@ -0,0 +1,23 @@ + +{% extends "!page.html" %} +{% block scripts %} + {{ super() }} + + + + + + + +{% endblock %}