sphinx-needs
sphinx-needs copied to clipboard
Build warning when trying to needextract entry with some table
Considering
FOO
=====
.. spec:: A spec with list stuff
:id: LIST_STUFF
.. list-table:: foo
* - foo
- bar
* - buz
- boo
.. toctree::
foo.rst
and
========
.. needextract::
:filter: id == "LIST_STUFF"
leads to the warning:
WARNING: Any IDs not assigned for table node
Unfortunately, our policy is no warning, so well, the whole document breaks.
Tested avec Sphinx 5.3.0 and sphinx-needs 1.2.2