docs: update internal references

This time, let's use proper Sphinx roles for the referenes, so we can
reference documents and inline refs.

Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5471>
This commit is contained in:
Erik Faye-Lund
2020-06-15 12:31:36 +02:00
committed by Marge Bot
parent 762706c5a6
commit 9be0e2dbf4
10 changed files with 294 additions and 294 deletions

View File

@@ -28,7 +28,7 @@ Build EGL
-D gallium-drivers=...
The main library and OpenGL is enabled by default. The first two
options above enables `OpenGL ES 1.x and 2.x <opengles.rst>`__. The
options above enables :doc:`OpenGL ES 1.x and 2.x <opengles>`. The
last two options enables the listed classic and Gallium drivers
respectively.