Skip to content

Commit 41ebe56

Browse files
authored
Update comment
1 parent 05c1cb3 commit 41ebe56

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

doc/conf.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,11 @@
4747

4848

4949
# Single file redirects are handled in this file and can be done by a pylint
50-
# contributor if no englobing full directory redirect is applied first. See:
50+
# contributor. We use the following extension:
5151
# https://documatt.gitlab.io/sphinx-reredirects/usage.html
5252
# Directory redirects are handled in ReadTheDoc admin interface and can only be done
5353
# by pylint maintainers at the following URL:
5454
# https://readthedocs.org/dashboard/pylint/redirects/
55-
DIRECTORY_REDIRECT = [
56-
# This list has no effect it must be manually updated from the Read the doc conf
57-
"messages/",
58-
]
5955
redirects: dict[str, str] = {
6056
# "<source>": "<target>"
6157
"intro": "index.html",

0 commit comments

Comments
 (0)