File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 36
36
# If extensions (or modules to document with autodoc) are in another directory,
37
37
# add these directories to sys.path here. If the directory is relative to the
38
38
# documentation root, use os.path.abspath to make it absolute, like shown here.
39
-
40
-
41
39
sys .path .append (os .path .abspath ("exts" ))
42
40
43
41
# -- 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
94
}
97
- redirects .update (get_all_messages_redirect () )
95
+ redirects .update ()
98
96
99
97
print (redirects )
100
98
You can’t perform that action at this time.
0 commit comments