On Tue, May 21, 2019 at 04:06:57PM -0400, John Snow wrote: > The annotated style json we use in QMP documentation is not strict json > and depending on the version of Sphinx (2.0+) or Pygments installed, > might cause the build to fail. > > Use the new QMP lexer. > > Further, some versions of Sphinx can not apply custom lexers to "code" > directives and require the use of "code-block" directives instead, so > make that change at this time as well. > > Tested under: > - Sphinx 1.3.6 and Pygments 2.4 > - Sphinx 1.7.6 and Pygments 2.2 > - Sphinx 2.0.1 and Pygments 2.4 > > Reported-by: Aarushi Mehta <mehta.aar...@gmail.com> > Signed-off-by: John Snow <js...@redhat.com>
Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> -- Eduardo