diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index a03fc165e0e..1d16c5a8a65 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 ------------------------------------------ |