nixpkgs/pkgs/tools/nix/nixos-render-docs/src/nixos_render_docs
pennae 9c0803f84d nixos-render-docs: fix empty inlines
`children` only has to be not-None, not also not-[]. empty table cells
would can produce an empty inline token and cause these checks to fail,
even though the token actually is totally valid.

showed up in
https://github.com/NixOS/nixpkgs/pull/246956#discussion_r1283146120.
2023-08-03 18:36:34 +02:00
..
__init__.py
asciidoc.py
commonmark.py nixos-render-docs: add image support 2023-07-01 20:27:28 +02:00
docbook.py
html.py nixos-render-docs: add footnote support 2023-07-01 20:27:29 +02:00
manpage.py
manual.py nixos-render-docs: fix empty inlines 2023-08-03 18:36:34 +02:00
manual_structure.py nixos-render-docs: add support for figures 2023-07-01 20:27:29 +02:00
md.py nixos-render-docs: fix empty inlines 2023-08-03 18:36:34 +02:00
options.py Merge pull request #237557 from pennae/dedocbookify-nixos 2023-06-19 14:05:03 +02:00
parallel.py
types.py
utils.py