diff options
| author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2023-03-29 21:21:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-29 21:21:43 +0200 |
| commit | 9f2de9123b579fadd512e31e9b68c7eb40a9c62d (patch) | |
| tree | a9329f19f490e97916cfcce82d1318bf2de2b333 /doc/conf.py | |
| parent | 1be16bb8c4eb1a19c2a3d7ea828feb4fd9c069a8 (diff) | |
| download | pylint-git-9f2de9123b579fadd512e31e9b68c7eb40a9c62d.tar.gz | |
[PyCQA migration] Upgrade links to the repositories in code and doc (#8514)
Diffstat (limited to 'doc/conf.py')
| -rw-r--r-- | doc/conf.py | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py index 76968ec36..d48f9c28a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -1,6 +1,6 @@ # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html -# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE -# Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt +# For details: https://github.com/pylint-dev/pylint/blob/main/LICENSE +# Copyright (c) https://github.com/pylint-dev/pylint/blob/main/CONTRIBUTORS.txt from __future__ import annotations @@ -297,7 +297,9 @@ intersphinx_mapping = { autosectionlabel_prefix_document = True # Permit duplicated titles in the resulting document. -# See https://github.com/PyCQA/pylint/issues/7362#issuecomment-1256932866 +# See https://github.com/pylint-dev/pylint/issues/7362#issuecomment-1256932866 autosectionlabel_maxdepth = 2 -linkcheck_ignore = ["https://github.com/PyCQA/pylint/blob/main/pylint/extensions/.*"] +linkcheck_ignore = [ + "https://github.com/pylint-dev/pylint/blob/main/pylint/extensions/.*" +] |
