From 2c31aa6c8588b814b57690d7d5f6dad9a16e2340 Mon Sep 17 00:00:00 2001 From: Jalil SA <61639983+jxlil@users.noreply.github.com> Date: Tue, 28 Mar 2023 01:12:19 -0600 Subject: [PATCH] delete _template/layout.html --- docs/_templates/layout.html | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 docs/_templates/layout.html diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html deleted file mode 100644 index 8d11f3a3a..000000000 --- a/docs/_templates/layout.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends "!layout.html" %} - -{% block footer %} -{{ super() }} - -{% endblock %}