docs-rst: Don't mangle with UTF-8 chars on LaTeX/PDF output
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 16 Aug 2016 16:25:39 +0000 (13:25 -0300)
committerJonathan Corbet <corbet@lwn.net>
Thu, 18 Aug 2016 22:41:52 +0000 (16:41 -0600)
commita682ec4ba10c88231cdbb8bb9823b2cc749d6364
tree845f73dc0efe65187f6ba64fa4bbc05fe4d6c7e5
parent60459774659267569b4d944fcecb372ad0c48629
docs-rst: Don't mangle with UTF-8 chars on LaTeX/PDF output

pdflatex doesn't accept using some UTF-8 chars, like
"equal or less than" or "equal or greater than" chars. However,
the media documents use them. So, we need to use XeLaTeX for
conversion, and a font that accepts such characters.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/Makefile.sphinx
Documentation/conf.py