Skip to content

Commit 659f568

Browse files
committed
Fix the index.rst documentation template
1 parent d00af85 commit 659f568

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

doc/changes/unreleased.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# Unreleased
2+
3+
## 🐞 Fixed
4+
5+
* Fixed `index.rst` documentation template to provide the correct underlining length of the main heading

project-template/{{cookiecutter.repo_name}}/doc/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Documentation of {{cookiecutter.project_name}}
2-
------------------{{ '-' * cookiecutter.package_name | length }}
2+
------------------{{ '-' * cookiecutter.project_name | length }}
33

44
.. grid:: 1 1 3 2
55
:gutter: 2
@@ -33,4 +33,3 @@ Documentation of {{cookiecutter.project_name}}
3333
api
3434
faq
3535
changes/changelog
36-

0 commit comments

Comments
 (0)