Hello,
when working on sphinx extension to bundle my configuration for multiple sphinx-needs projects, how would one configure
the ```needs_extra_links = list(dict)" or the "needs_global_options"?
The api gives us add_extra_option, which works well when bound to sphinx's "config-inited" phase, also adding need types via "add_need_type" is no problem.
I guess my question is, if there are examples available, for this? I checked the sphinx-modelling and some others, but was not able to find an example.
I am not sure, this is the correct channel to ask, please point to somewhere else if possible and needed...
Thanks up front and regards!
Hello,
when working on sphinx extension to bundle my configuration for multiple sphinx-needs projects, how would one configure
the ```needs_extra_links = list(dict)" or the "needs_global_options"?
The api gives us add_extra_option, which works well when bound to sphinx's "config-inited" phase, also adding need types via "add_need_type" is no problem.
I guess my question is, if there are examples available, for this? I checked the sphinx-modelling and some others, but was not able to find an example.
I am not sure, this is the correct channel to ask, please point to somewhere else if possible and needed...
Thanks up front and regards!