Skip to content

Commit 63810dc

Browse files
[release notes] Permit to have multiple section with the same name
Co-authored-by: Andreas Finkler <[email protected]>
1 parent dc5dfae commit 63810dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,4 +296,8 @@
296296
# through including multiple documents
297297
autosectionlabel_prefix_document = True
298298

299+
# Permit duplicated titles in the resulting document.
300+
# See https://github.com/PyCQA/pylint/issues/7362#issuecomment-1256932866
301+
autosectionlabel_maxdepth = 2
302+
299303
linkcheck_ignore = ["https://github.com/PyCQA/pylint/blob/main/pylint/extensions/.*"]

0 commit comments

Comments
 (0)