We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c1cb3 commit 41ebe56Copy full SHA for 41ebe56
doc/conf.py
@@ -47,15 +47,11 @@
47
48
49
# 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:
+# contributor. We use the following extension:
51
# https://documatt.gitlab.io/sphinx-reredirects/usage.html
52
# Directory redirects are handled in ReadTheDoc admin interface and can only be done
53
# by pylint maintainers at the following URL:
54
# 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
-]
59
redirects: dict[str, str] = {
60
# "<source>": "<target>"
61
"intro": "index.html",
0 commit comments