From 5d6ef60fb4509a09e6012052d930475050cea47b Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Fri, 14 Jan 2022 13:29:13 -0500 Subject: [PATCH] Add newline at end of breadcrumbs.html --- docs/templates/breadcrumbs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/breadcrumbs.html b/docs/templates/breadcrumbs.html index 339f008b94..4ecb013f86 100644 --- a/docs/templates/breadcrumbs.html +++ b/docs/templates/breadcrumbs.html @@ -1,4 +1,4 @@ {%- extends "sphinx_rtd_theme/breadcrumbs.html" %} {% block breadcrumbs_aside %} -{% endblock %} \ No newline at end of file +{% endblock %}