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 nixos-render-docs: De-lint using ruff --fix 2023-06-14 14:39:00 +12:00
asciidoc.py nixos-render-docs: De-lint using ruff --fix 2023-06-14 14:39:00 +12:00
commonmark.py nixos-render-docs: add image support 2023-07-01 20:27:28 +02:00
docbook.py nixos-render-docs: De-lint using ruff --fix 2023-06-14 14:39:00 +12:00
html.py nixos-render-docs: add footnote support 2023-07-01 20:27:29 +02:00
manpage.py nixos-render-docs: De-lint using ruff --fix 2023-06-14 14:39:00 +12:00
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 nixos-render-docs: De-lint using ruff --fix 2023-06-14 14:39:00 +12:00
types.py nixos-render-docs: De-lint using ruff --fix 2023-06-14 14:39:00 +12:00
utils.py nixos-render-docs: add Freezable class 2023-02-21 18:26:40 +01:00