Daniel Woste

Results 188 comments of Daniel Woste

Thanks for the input. @twodrops: There are no undefined options in Sphinx-Needs, as all `undefined` elements coming from Sphinx get an empty value by Sphinx-Needs: `""`. That's needed to support...

Hi Chris, thanks for giving the insights into the code. Regarding pydantic, there is already the extension by @ubmarco, which brings pydantic together with Sphinx-Needs: https://sphinx-modeling.useblocks.com/

For complex filter logic, you can use the filter-code or filter-function method. See: https://sphinx-needs.readthedocs.io/en/latest/filter.html#filter-code I think this would fulfill your requirements.

> Until an automation is available for this we could also add a "Releases" Tab on top which simply links to the current ChangeLog. How do I do that? I...

@chrisjsewell Can this be done automatically with each new tag (ci job). Or must we add it by hand?

Maybe we need to check the return value of the used `eval()` function for the statement. It must be boolean, otherwise throw an error. Thought this is already happening, but...

Thanks for reporting the bug. It looks like our routines for replacing Sphinx-Needs-specific nodes are not executed before the latex builder starts building the docs. Does it work, when you...

Good finding. But it's strange for me, why ` fromdocname not in SphinxNeedsData(app.env).get_or_create_docs().get(doc_category, []) ` seems to not take all docs into account, especially has this should not be builder...

Hi all, sorry for the huge delay in the communication. Is there a chance to get a test case from someone of you, which reproduces the problem? I'm personally not...

I somehow hate the `only` directive, as all the content gets rendered every time and gets then removed later by the builder. That also makes trouble for directives like `toctree`...