Skip to content

Commit af2bff2

Browse files
authored
Update
1 parent f928fbc commit af2bff2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/conf.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
# If extensions (or modules to document with autodoc) are in another directory,
3737
# add these directories to sys.path here. If the directory is relative to the
3838
# documentation root, use os.path.abspath to make it absolute, like shown here.
39-
40-
4139
sys.path.append(os.path.abspath("exts"))
4240

4341
# -- General configuration -----------------------------------------------------
@@ -94,7 +92,7 @@ def get_all_messages_redirect() -> dict[str, str]:
9492
"messages/messages_list": "user_guide/messages/messages_overview.html",
9593
"user_guide/message-control": "user_guide/messages/message-control.html",
9694
}
97-
redirects.update(get_all_messages_redirect())
95+
redirects.update()
9896

9997
print(redirects)
10098

0 commit comments

Comments
 (0)