summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2021-06-01 13:30:44 +0200
committerMarge Bot <eric+marge@anholt.net>2021-06-03 09:34:43 +0000
commit601a7bd2b2d03075f8d5a987fd2d2ebd00baf5f0 (patch)
tree97124fec027c857adbfb59397e9f3990b30a49ba /docs/conf.py
parent54e7353fa60ba3a93679b733a6c9cb8fe8bb4ab6 (diff)
downloadmesa-601a7bd2b2d03075f8d5a987fd2d2ebd00baf5f0.tar.gz
docs: rename vmware-guest article
No other drivers use the vendor in the title or path, so it seems better to not do this for the vmware-guest driver as well. So let's rename it to SVGA instead. The actual text itself makes it clear enough what it is about. This makes it stand out less in the toctree. I chose the name "WMware SVGA3D", because that's less ambigious than the "SVGA"-alternative, and was requested by VMware people.t Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Chia-I Wu <olvaffe@gmail.com> Acked-by: Jose Fonseca <jfonseca@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11109>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 31ef7a10c95..47fd9069785 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -135,6 +135,7 @@ html_extra_path = [
]
html_redirects = [
+ ('drivers/vmware-guest', 'drivers/svga3d.html'),
('gallium/drivers/freedreno', 'drivers/freedreno.html'),
('gallium/drivers/freedreno/ir3-notes', 'drivers/freedreno/ir3-notes.html'),
('gallium/drivers/llvmpipe', 'drivers/llvmpipe.html'),