From 96ac7115dbd4afb39e871887690a9c9a86689f0c Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 25 Sep 2020 12:58:30 +0200 Subject: [PATCH] docs: escape backquote character This unescaped backquote charcter confuses Sphinx, making it emit a warning and slightly confused HTML in the end. Let's escape it instead, to keep things sane. Fixes: fdff24d930d ("docs: add release notes for 20.1.8") Reviewed-by: Eric Engestrom Part-of: --- docs/relnotes/20.1.8.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/relnotes/20.1.8.rst b/docs/relnotes/20.1.8.rst index b389846c294..44192970458 100644 --- a/docs/relnotes/20.1.8.rst +++ b/docs/relnotes/20.1.8.rst @@ -32,7 +32,7 @@ Bug fixes --------- - Crash in ruvd_end_frame when calling vaBeginPicture/vaEndPicture without rendering anything -- khr_debug-push-pop-group_gl: ../src/util/simple_mtx.h:86: simple_mtx_lock: Assertion `c != _SIMPLE_MTX_INVALID_VALUE' failed. +- khr_debug-push-pop-group_gl: ../src/util/simple_mtx.h:86: simple_mtx_lock: Assertion \`c != _SIMPLE_MTX_INVALID_VALUE' failed. - Amber test opt_peel_loop_initial_if: Assertion failed - Dirt Rally: Flickering glitches on certain foliage since Mesa 20.1.0 caused by MSAA - [BRW] WRC 5 asserts with gallium nine and iris.