Sometimes you want to integrate needs from an external source into your documentation.
A known and valid use-case might be for example the integration of “plattform” requirements.
The following example shows how to integrate needs from an external json file.
# file: ubproject.toml# docs/external/needs_external.json integration[[needs.external_needs]]json_path="./external/needs_external.json"# use this to download from a remote# json_url = "https://sphinx-needs.readthedocs.io/en/latest/needs.json"base_url="https://example.com"target_url="{{need['id']}}"