docs: specify redirects in conf.py instead
This makes it much easier to discover these. Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7174>
This commit is contained in:

committed by
Marge Bot

parent
47f52e83d1
commit
9a644d7017
@@ -135,6 +135,12 @@ html_extra_path = [
|
||||
'README.WIN32',
|
||||
]
|
||||
|
||||
html_redirects = [
|
||||
('llvmpipe', 'gallium/drivers/llvmpipe.html'),
|
||||
('postprocess', 'gallium/postprocess.html'),
|
||||
('webmaster', 'https://www.mesa3d.org/website/'),
|
||||
]
|
||||
|
||||
|
||||
# -- Options for HTMLHelp output ------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user