diff --git a/docs/frame.html.jinja2 b/docs/frame.html.jinja2
deleted file mode 100644
index 379ae376..00000000
--- a/docs/frame.html.jinja2
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
- {% block module_contents %}{% endblock %}
-
-
-{% filter minify_css %}
- {% block style %}
- {# The same CSS files as in pdoc's default template, except for layout.css.
- You may leave out Bootstrap Reboot, which corrects inconsistences across browsers
- but may conflict with you website's stylesheet. #}
-
-
- {% endblock %}
-{% endfilter %}