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: