File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 61
61
"intro" : "index.html" ,
62
62
"support" : "contact.html" ,
63
63
"user_guide/ide-integration" : "installation.html" ,
64
- "user_guide/message-control" : "user_guide/messages/message_control.html" ,
65
64
"additional_commands/index" : "../index.html" ,
65
+ "messages/messages_introduction" : "../user_guide/messages/index.html" ,
66
+ "messages/messages_list" : "../user_guide/messages/messages_overview.html" ,
67
+ "user_guide/message-control" : "messages/message_control.html" ,
66
68
}
67
- for m in redirects :
68
- for r in DIRECTORY_REDIRECT :
69
- assert not m .startswith (r ), (
70
- f"Redirection will silentely fail: '{ m } ' start with '{ r } ' and "
71
- "the whole directory is redirected by ReadtheDoc conf already."
72
- )
73
69
74
70
# Add any paths that contain templates here, relative to this directory.
75
71
templates_path = ["_templates" ]
You can’t perform that action at this time.
0 commit comments