From 34c95dc8325d90310dce465e90966723e3e9ee20 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Sat, 7 Dec 2024 02:15:19 +0300 Subject: [PATCH] Fix linter --- docs/templates/story.rst.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/templates/story.rst.j2 b/docs/templates/story.rst.j2 index 39630448c0..9826ce2134 100644 --- a/docs/templates/story.rst.j2 +++ b/docs/templates/story.rst.j2 @@ -123,7 +123,6 @@ * {{ printable_relation(link) }} :ref:`{{ matched.group(1) }}{# {% if matched.group(2) %}:{{ matched.group(2).replace('-', ' ') }}{% endif %} #}` {% endmacro %} - {% if INCLUDE_TITLE %} {% set depth = STORY.name | regex_findall('/') | length - 1 %} {% set title_underline = '=~^:-><'[depth] %}