Nirmal Sasidharan
Nirmal Sasidharan
### Expected behavior I expected this, if I follow the instructions [here](https://docs.restructuredtext.net/articles/prerequisites.html#install-python-for-most-features), the extension finds the python installation. ### Actual behavior The extension does not seem to find, * locally...
### Is your feature request related to a problem? Please describe. Sphinx run is currently not configurable. It would be nice to provide any sphinx parameter to the sphinx run...
I would like to define Needs within a Plantuml document like this: ``` @startuml '@rst '.. comp-sw:: MyAwesomeComponent ' :id: COMP_SW_MyAwesomeComponent ' :status: impemented ' :tags: sys-arch '@endrst component MyAwesomeComponent...
Current needs builder exports the already imported needs.json (with needimport) when "needs" builder is used.
IDs in PDF output overlaps with contents. Low Prio
It would be nice to have a possibility to specify an additional name for `needs_extra_options`. For example, an internal name (as of now) and an external name which is then...
The docker release pipeline is triggered based on git tags and the tag is [already available in the pipeline script](https://github.com/useblocks/sphinxcontrib-needs/blob/791647fc5daa8d12f96acb360f67b94dd772bc62/.github/workflows/docker.yaml#L73). Hence the following Version hardcoding can be avoided. https://github.com/useblocks/sphinxcontrib-needs/blob/791647fc5daa8d12f96acb360f67b94dd772bc62/.github/workflows/docker.yaml#L16
Sphinx Needs creates warnings starting with second build when dynamic functions are used with incremental and parallel build. Now that's a tough one to crack :) # How to reproduce...
This is a user expected behavior, but might be a tough one to crack. If an imported needs.json is changed it does not trigger incremental read/write of the rST which...
If `needextend` is used in an rST file and then removed (with file modification), the extended behavior including modification flags are not removed. Only a clean build removes the extension....