Skip to content

Commit 5fe744c

Browse files
authored
Merge branch 'main' into nox-task-to-check-linting-files
2 parents acf3a1f + 6d9f38c commit 5fe744c

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
@@ -41,4 +41,5 @@
4141

4242
## 🐞 Fixed
4343

44+
* Fixed `index.rst` documentation template to provide the correct underlining length of the main heading
4445
* 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)