docs/relnotes: escape non-urls

Sphinx can be a bit overly eager at interpreting text with colons in it
as URLs. There's a few cases in our older relnotes where this happens, so
let's escape them to avoid strange, broken links in the rendered output.

Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19574>
This commit is contained in:
Erik Faye-Lund
2022-11-07 12:02:25 +01:00
parent ef05d28aa2
commit 2289c20802
7 changed files with 8 additions and 8 deletions

View File

@@ -1884,7 +1884,7 @@ Matt Turner (41):
nir_shader_get_entrypoint()
- nir: Wire up int64 lowering functions
- nir: Implement lowering of 64-bit shift operations
- nir: Add and set info::uses_64bit
- nir: Add and set \info::uses_64bit
- nir: Create nir_builder in nir_lower_doubles_impl()
- nir: Add lowering support for 64-bit operations to software
- nir: Unset metadata debug bit if no progress made