diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html
deleted file mode 100644
index 0a48581e4..000000000
--- a/docs/source/_templates/layout.html
+++ /dev/null
@@ -1,74 +0,0 @@
-{# Import the theme's layout. #}
-{% extends '!layout.html' %}
-
-{%- block extrahead %}
-
-
-{# Call the parent block #}
-{{ super() }}
-{% endblock %}
-
-{%- block extrafooter %}
-{# Add custom things to the head HTML tag #}
-
-
-
-
-
-
-
-
-
-
-
-
-
-{# Call the parent block #}
-{{ super() }}
-{%- endblock %}
diff --git a/docs/source/conf.py b/docs/source/conf.py
index eb7d7d4db..77b1669ef 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -47,9 +47,6 @@ ogp_site_url = "https://docs.photonvision.org/en/latest/"
ogp_site_name = "PhotonVision Documentation"
ogp_image = "https://raw.githubusercontent.com/PhotonVision/photonvision-docs/main/source/assets/RectLogo.png"
-# Add any paths that contain templates here, relative to this directory.
-templates_path = ["_templates"]
-
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.