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] %}