Skip to content

Commit 6d9f38c

Browse files
authored
Fix the index.rst documentation template (#310)
1 parent 167672f commit 6d9f38c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/changes/unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@
3939

4040
## 🐞 Fixed
4141

42+
* Fixed `index.rst` documentation template to provide the correct underlining length of the main heading
4243
* Added multi-version extension to Sphinx configuration of the project template

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)