summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-10-09 19:41:39 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-10-10 11:16:40 +0200
commit63810dc799855025272247f49736e25171253933 (patch)
treeca62fc1ded22781738b2f6d4e078dc9f49ca6243 /doc/conf.py
parentdc5dfae5945661a3733d5f133de8eabcc298fcf8 (diff)
downloadpylint-git-63810dc799855025272247f49736e25171253933.tar.gz
[release notes] Permit to have multiple section with the same name
Co-authored-by: Andreas Finkler <3929834+DudeNr33@users.noreply.github.com>
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 022cab9e2..b65cdd8a0 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -296,4 +296,8 @@ intersphinx_mapping = {
# through including multiple documents
autosectionlabel_prefix_document = True
+# Permit duplicated titles in the resulting document.
+# See https://github.com/PyCQA/pylint/issues/7362#issuecomment-1256932866
+autosectionlabel_maxdepth = 2
+
linkcheck_ignore = ["https://github.com/PyCQA/pylint/blob/main/pylint/extensions/.*"]