r-o-b-e-r-t-o
r-o-b-e-r-t-o
LGTM. Approved for contribution.
IMHO the proposals of @arwedus goes in the right direction. We will never have the one right format that fits all use cases. So the best would be have self-contained...
LGTM. Approved for contribution.
Try calling `add_doc `after using the `add_need `function. Example snippet: ``` from sphinx_needs.utils import add_doc nodes = add_need(...) add_doc(self.env, self.env.docname) ``` @danwos I think that needs to be mentioned in...
I have a new implementation for permalink running in my project which has much better performance and which also works for sub-projects. This is done by generating and building a...
I can confirm this issues in my project causing non-deterministic errors.