Re: [Qemu-devel] [PATCH 2/2] docs/bitmaps: use QMP lexer instead of json

2019-05-21 Thread Eduardo Habkost
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 Sph

[Qemu-devel] [PATCH 2/2] docs/bitmaps: use QMP lexer instead of json

2019-05-21 Thread John Snow
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