You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case for Sphinx needs in which I would like to apply a set of more complex constraints in my conf.py.
Imagine that I have a function like:
defmy_advanced_constraint_function(need, needs):
# Check something complex in a need # for which I have to check other related needsifcheck_something_on_this_need_and_all_other_needs(need, needs):
returnTrueelse:
returnFalse
And I want to apply it to my set of constraints like:
Hello,
I have a use case for Sphinx needs in which I would like to apply a set of more complex constraints in my conf.py.
Imagine that I have a function like:
And I want to apply it to my set of constraints like:
Obviously, this does not work as-is, but it would be a very important feature for me.
Is there any workaround to achieve the same result or any plan to improve Sphinx-needs in this direction?
Thanks!
The text was updated successfully, but these errors were encountered: