[media] index.rst: Fix LaTeX error in interactive mode on Sphinx 1.4.x
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 21 Aug 2016 18:14:57 +0000 (15:14 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 23 Aug 2016 00:23:59 +0000 (21:23 -0300)
commite61a39baf74dddb6cd236147bd19b55c10188d78
treee1993ec33156bb8c350847f18db2594c1b04952c
parent5ccbb182d70561a49f84b42169d2dbc39e39aea2
[media] index.rst: Fix LaTeX error in interactive mode on Sphinx 1.4.x

The Sphinx 1.4.x definition for \DUrole is:

\providecommand*{\DUrole}[2]{%
  \ifcsname DUrole#1\endcsname%
    \csname DUrole#1\endcsname{#2}%
  \else% backwards compatibility: try \docutilsrole#1{#2}
    \ifcsname docutilsrole#1\endcsname%
      \csname docutilsrole#1\endcsname{#2}%
    \else%
      #2%
    \fi%
  \fi%
}

This is broken when it is used inside a \begin{alltt} block.
So, replace it by just "#2", as this won't cause troubles, and
it is one of the fallback methods for it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/index.rst