We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f928fbc commit af2bff2Copy full SHA for af2bff2
doc/conf.py
@@ -36,8 +36,6 @@
36
# If extensions (or modules to document with autodoc) are in another directory,
37
# add these directories to sys.path here. If the directory is relative to the
38
# documentation root, use os.path.abspath to make it absolute, like shown here.
39
-
40
41
sys.path.append(os.path.abspath("exts"))
42
43
# -- General configuration -----------------------------------------------------
@@ -94,7 +92,7 @@ def get_all_messages_redirect() -> dict[str, str]:
94
92
"messages/messages_list": "user_guide/messages/messages_overview.html",
95
93
"user_guide/message-control": "user_guide/messages/message-control.html",
96
}
97
-redirects.update(get_all_messages_redirect())
+redirects.update()
98
99
print(redirects)
100
0 commit comments