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:
Erik Faye-Lund
2020-10-21 13:50:11 +02:00
committed by Marge Bot
parent 47f52e83d1
commit 9a644d7017
2 changed files with 8 additions and 7 deletions

View File

@@ -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 ------------------------------------------