Mesa (master): docs: escape backquote character

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Sep 28 07:45:41 UTC 2020


Module: Mesa
Branch: master
Commit: 96ac7115dbd4afb39e871887690a9c9a86689f0c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=96ac7115dbd4afb39e871887690a9c9a86689f0c

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Fri Sep 25 12:58:30 2020 +0200

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 <eric at engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6863>

---

 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.



More information about the mesa-commit mailing list