sphinx-needs icon indicating copy to clipboard operation
sphinx-needs copied to clipboard

Adds needs/requirements to sphinx

Results 310 sphinx-needs issues
Sort by recently updated
recently updated
newest added

As we know all needtables and co. it would be easy to create a TOC of all tables, flows or co. Example: ```rst .. toc-needtable:: or .. toc-needflow:: ``` The...

The `collapse_button` setting `inital=True` does not work correctly with nested needs. `conf.py` ```python needs_layouts = { "common": { "grid": "simple", "layout": { "head": [ ' ****' ' ' ], "meta":...

bug

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.

When using the snippet feature, id for a need object is generated but it is a random pattern. The request is to auto-generate the id in a configurable pattern. Eg:...

IDE

I was surprised to find `numpy` as part of my dependencies when I don't do any maths. NumPy is a fantastic tool, but it's heavy and clearly unnecessary for my...

enhancement

IDs in PDF output overlaps with contents. Low Prio

Issue moved from https://github.com/open-needs/open-needs-ide/issues/69.

IDE

I have a different out directory name (eg: _out), so the json is generated at _out/needs/needs.json, but in the below file https://github.com/useblocks/sphinxcontrib-needs/blob/master/sphinx_needs/lsp/esbonio.py The build directory is hard coded to start...

IDE