Hi Mauro, just nitpicking .. Am 17.07.19 um 13:05 schrieb Mauro Carvalho Chehab:
The parser breaks with UTF-8 characters with Sphinx 1.4. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx> --- Documentation/sphinx/kernel_abi.py | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/Documentation/sphinx/kernel_abi.py b/Documentation/sphinx/kernel_abi.py index 32ce90775d96..0f3e51e67e8d 100644 --- a/Documentation/sphinx/kernel_abi.py +++ b/Documentation/sphinx/kernel_abi.py @@ -1,4 +1,5 @@ -# -*- coding: utf-8; mode: python -*- +# coding=utf-8
Can we use the more common:: # -*- coding: utf-8 -*- notation? See [1] """using formats recognized by popular editors""" If I'am not wrong, I remember we had this 'magic comment' discussion in the past. Thanks! -- Markus -- [1] https://www.python.org/dev/peps/pep-0263/#defining-the-encoding