My question is very similar to the one here: Remove package and module name from sphinx function
Is there a way to remove/hide package and module names in sphinx only for a single function or at least for each function in a file (basically changing the global conf.py settings locally), meanwhile they are displayed for the rest of the project?
I've looked for options, like the ones for automodule (:members:, :undoc-members: etc.), but I couldn't find any directive to hide this information.