From 52125067ac78b77ddbc18cf25864053b8aebf830 Mon Sep 17 00:00:00 2001 From: Sam Freund Date: Thu, 8 May 2025 22:53:48 -0500 Subject: [PATCH] Remove unused template from docs (#1960) --- docs/source/_templates/layout.html | 74 ------------------------------ docs/source/conf.py | 3 -- 2 files changed, 77 deletions(-) delete mode 100644 docs/source/_templates/layout.html 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.