useblocks / sphinx-needs-enterprise

Sphinx-Needs Functions for enterprise users
http://useblocks.com/sphinx-needs-enterprise/
Other
5 stars 0 forks source link

Making validation of mappings in needs_services optional #42

Closed twodrops closed 2 years ago

twodrops commented 2 years ago

Within 'needs_services' in conf.py, the mappings are used to transfer information from external systems to sphinx-needs. The existence of target elements in sphinx-needs are also validated during the 'sni import'. The validation feature is useful when needservice is used but could be optional when sni import is used.

It would be nice to make the validation part configurable.

twodrops commented 2 years ago

As the target types are a must, the issue can be rejected.