From 939d79368fb53e3fbdb6ebf9188389312603c184 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Sun, 16 Oct 2022 15:32:39 +0100 Subject: [PATCH] working on getting the pre-commit hooks to be happy --- docs/source/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8cc022b86..92adb5663 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,7 +20,6 @@ https://stackoverflow.com/questions/22256995/restructuredtext-in-sphinx-and-docs import os import sys -import jinja2 import m2r2 from git import Repo @@ -47,8 +46,6 @@ def write_custom_footer(): Function to write the custom footer to the template file """ - TARGET_DIR = "./_templates" - output_text = """ {{% extends '!footer.html' %}} -- GitLab