We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167672f commit 6d9f38cCopy full SHA for 6d9f38c
doc/changes/unreleased.md
@@ -39,4 +39,5 @@
39
40
## 🐞 Fixed
41
42
+* Fixed `index.rst` documentation template to provide the correct underlining length of the main heading
43
* Added multi-version extension to Sphinx configuration of the project template
project-template/{{cookiecutter.repo_name}}/doc/index.rst
@@ -1,5 +1,5 @@
1
Documentation of {{cookiecutter.project_name}}
2
-------------------{{ '-' * cookiecutter.package_name | length }}
+------------------{{ '-' * cookiecutter.project_name | length }}
3
4
.. grid:: 1 1 3 2
5
:gutter: 2
@@ -33,4 +33,3 @@ Documentation of {{cookiecutter.project_name}}
33
api
34
faq
35
changes/changelog
36
-
0 commit comments