Examples for Tickets

Here I collect examples to Sphinx-Needs tickets.

needextract shall support include directive

https://github.com/useblocks/sphinx-needs/issues/1624

Example 2

.. need:: need with include
   :id: N__NEED_INCLUDE

   <Now follows an include.>

   .. include:: include.rst.inc

   <After the include.>

.. needextract::
   :filter: "N__NEED_INCLUDE" == id