From 21b15e1f8ac425cee982d93f2e26f3a9e299ab5c Mon Sep 17 00:00:00 2001 From: IAlibay Date: Mon, 30 Oct 2023 19:39:47 +0000 Subject: [PATCH] fix the footer --- docs/_templates/footer.html | 11 ----------- docs/conf.py | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 docs/_templates/footer.html diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html deleted file mode 100644 index 5fd6ad4..0000000 --- a/docs/_templates/footer.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "!footer.html" %} - -{% block extrafooter %} -{{ super() }} - -{% endblock %} diff --git a/docs/conf.py b/docs/conf.py index 5f69231..37bf0ba 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,7 +49,7 @@ autoclass_content = 'both' # Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] +# templates_path = ['_templates'] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: