aboutsummaryrefslogtreecommitdiff
path: root/docs/sphinx
AgeCommit message (Expand)Author
2024-08-27docs/sphinx: fix extra stuff in TOC after freeform QMP sectionsJohn Snow
2024-07-31docs/sphinx/depfile.py: Handle env.doc2path() returning a Path not a strPeter Maydell
2024-07-17docs/qapidoc: add QMP highlighting to annotated qmp-example blocksJohn Snow
2024-07-17docs/qapidoc: create qmp-example directiveJohn Snow
2024-07-17docs/qapidoc: factor out do_parse()John Snow
2024-07-12docs: remove Sphinx 1.x compatibility codeJohn Snow
2024-07-06sphinx/qapidoc: Fix to generate doc for explicit, unboxed argumentsMarkus Armbruster
2024-07-06docs/qapidoc: fix nested parsing under untagged sectionsJohn Snow
2024-07-06qapi/parser: preserve indentation in QAPIDoc sectionsJohn Snow
2024-07-06docs/qapidoc: delint a tiny portion of the moduleJohn Snow
2024-07-06docs/qapidoc: remove unused intersperse functionJohn Snow
2024-05-06qapi: Rename visitor parameter @variants to @alternativesMarkus Armbruster
2024-05-06qapi: Rename visitor parameter @variants to @branchesMarkus Armbruster
2024-02-26qapi: Rename QAPIDoc.Section.name to .tagMarkus Armbruster
2024-02-26qapi: Improve error message for empty doc sectionsMarkus Armbruster
2024-02-26sphinx/qapidoc: Drop code to generate doc for simple union branchMarkus Armbruster
2024-02-12sphinx/qapidoc: Drop code to generate doc for simple union tagMarkus Armbruster
2024-02-02doc/sphinx/hxtool.py: add optional label argument to SRST directiveDavid Woodhouse
2023-11-13sphinx/qapidoc: Tidy up pylint warning raise-missing-fromMarkus Armbruster
2023-10-17docs/sphinx: avoid invalid escape in Python stringPaolo Bonzini
2023-05-18meson: Pass -j option to sphinxFabiano Rosas
2023-05-09sphinx/qapidoc: Do not emit TODO sections into user manualsMarkus Armbruster
2023-03-16docs/sphinx/kerneldoc.py: Honour --enable-werrorPeter Maydell
2022-01-05docs/sphinx: fix compatibility with sphinx < 1.8Marc-André Lureau
2021-12-21docs/sphinx: add sphinx modules to include D-Bus documentationMarc-André Lureau
2021-11-08docs/sphinx: add templates files to generated depfileMarc-André Lureau
2021-11-08docs/sphinx: add static files to generated depfileMarc-André Lureau
2021-11-08docs/sphinx: add loaded modules to generated depfileMarc-André Lureau
2021-08-26qapidoc: introduce QAPISchemaIfCond.docgen()Marc-André Lureau
2021-08-26qapi: add QAPISchemaIfCond.is_present()Marc-André Lureau
2021-08-26qapi: wrap Sequence[str] in an objectMarc-André Lureau
2021-04-30qapi/error: Repurpose QAPIError as an abstract base exception classJohn Snow
2021-04-13sphinx: qapidoc: Wrap "If" section body in a paragraph nodeJohn Snow
2021-02-15docs/sphinx/qapidoc.py: Handle change of QAPI's builtin module namePeter Maydell
2020-12-10Revert "docs: temporarily disable the kernel-doc extension"Paolo Bonzini
2020-12-10scripts: kernel-doc: allow passing desired Sphinx C domain dialectMauro Carvalho Chehab
2020-12-10Revert "kernel-doc: Use c:struct for Sphinx 3.0 and later"Paolo Bonzini
2020-12-10docs: temporarily disable the kernel-doc extensionPaolo Bonzini
2020-10-17docs: Fix Sphinx configuration for msys2/mingwYonggang Luo
2020-10-09qapi: Add a 'coroutine' flag for commandsKevin Wolf
2020-09-29docs/sphinx: Add new qapi-doc Sphinx extensionPeter Maydell
2020-08-21docs: automatically track manual dependenciesPaolo Bonzini
2020-04-14kernel-doc: Use c:struct for Sphinx 3.0 and laterPeter Maydell
2020-03-12docs/sphinx/hxtool.py: Remove STEXI/ETEXI supportPeter Maydell
2020-03-06doc/scripts/hxtool.py: Strip trailing ':' from DEFHEADING/ARCHHEADINGPeter Maydell
2020-02-03docs/sphinx: Add new hxtool Sphinx extensionPeter Maydell
2019-12-17docs: import Linux kernel-doc script and extensionPaolo Bonzini
2019-07-10sphinx: add qmp_lexerJohn Snow