Skip to content
Snippets Groups Projects
Commit 939d7936 authored by David Hendriks's avatar David Hendriks
Browse files

working on getting the pre-commit hooks to be happy

parent 8294a976
Branches dockerservices
No related tags found
No related merge requests found
...@@ -20,7 +20,6 @@ https://stackoverflow.com/questions/22256995/restructuredtext-in-sphinx-and-docs ...@@ -20,7 +20,6 @@ https://stackoverflow.com/questions/22256995/restructuredtext-in-sphinx-and-docs
import os import os
import sys import sys
import jinja2
import m2r2 import m2r2
from git import Repo from git import Repo
...@@ -47,8 +46,6 @@ def write_custom_footer(): ...@@ -47,8 +46,6 @@ def write_custom_footer():
Function to write the custom footer to the template file Function to write the custom footer to the template file
""" """
TARGET_DIR = "./_templates"
output_text = """ output_text = """
{{% extends '!footer.html' %}} {{% extends '!footer.html' %}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment