Skip to content

Commit

Permalink
fix: update underline
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 committed Nov 18, 2024
1 parent e8b8d60 commit a598183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ start_string = ".. towncrier release notes start\n"
title_format = "Version `{version} <https://github.com/ansys/ansys-sphinx-theme/releases/tag/v{version}>`_ ({project_date})"
issue_format = "`#{issue} <https://github.com/ansys/ansys-sphinx-theme/pull/{issue}>`_"
all_bullets = false
underlines = ["^"]
underlines = ["=", "^"]

[[tool.towncrier.type]]
directory = "added"
Expand Down
2 changes: 1 addition & 1 deletion src/ansys_sphinx_theme/templates/changelog_template.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{% if sections[""] %}

Changelog
{% set underline = underlines[0] if underlines else '^' %}{{ underline * 8 }}
{% set underline = underlines[0] if underlines else '^' %}{{ underline * 9 }}

.. tab-set::
{%+ for category, val in definitions.items() if category in sections[""] +%}
Expand Down

0 comments on commit a598183

Please sign in to comment.