[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 0/2] Add QMP lexer for annotated JSON to Sphinx
From: |
John Snow |
Subject: |
[Qemu-devel] [PATCH v2 0/2] Add QMP lexer for annotated JSON to Sphinx |
Date: |
Thu, 23 May 2019 08:12:28 -0400 |
QMP isn't json. It turns out Pygments cares about this.
Teach Pygments to go with the annotated flow.
V2:
- Change GPL2 to GPLv2+ (Peter Maydell)
- Change "highlights" to "lexes" in docstrings
- Fix typo ("Sphinx()" => "Sphinx") in docstring
Reported-by: Aarushi Mehta <address@hidden>
John Snow (2):
sphinx: add qmp_lexer
docs/bitmaps: use QMP lexer instead of json
docs/conf.py | 4 +--
docs/interop/bitmaps.rst | 54 ++++++++++++++++++++--------------------
docs/sphinx/qmp_lexer.py | 34 +++++++++++++++++++++++++
3 files changed, 63 insertions(+), 29 deletions(-)
create mode 100644 docs/sphinx/qmp_lexer.py
--
2.20.1
- [Qemu-devel] [PATCH v2 0/2] Add QMP lexer for annotated JSON to Sphinx,
John Snow <=