Daniel Woste
Daniel Woste
**Update**: Missunderstood some parts, so 1 deleted 1-2 paragraphs. Agree, having `pip install sphinxcontrib-needs[all]` as main installation note in the docs is helpful. So we will have these options: *...
Thanks for your concerns. 1.0 got already released, mainly because we changed the package name from `sphinxcontrib-needs` to `sphinx-needs`. I have no problem with creating new major releases if we...
Thanks for the changes. I agree that this PR should be merged soon. We discussed also internally, if some functions should be moved to an external package, like sphinx-needs-analyzis or...
I have to check the code and test how it is currently implemented. For my understanding links_back should not get imported, as this value normally gets calculated. This calculation should...
Thanks for the report. I took a look into it and it looks fine from my side. The test cases are working and filter results gets exported to the needs.json...
Ohh the ``-j 4`` is a good hint. Sphinx-Needs must merge the data from multiple runners on its own, so it may be the case that this is not happening...
It should be safe to ignore. Table Ids are not needed by sphinx-needs. Only docutils asks for it.
Mhh interesting. I guess the csv-table internal way to get the current document path is not working, if part of a need. The reason may be, that the need content...
This may be also relevant for `needimport`
I'm not a Latex/Pdf expert and sphinx-needs itself does not set any layout related information for these output formats. So the extension itself can not fix it. But as far...