-
-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description of the bug
Parameters get a priority 2 duplicated entry with an erroneous trailing parenthesis in the generated inventory file. Example in mkdocstrings' own inventory file:
mkdocstrings.get_template_logger_function py:function 1 reference/api/#$ -
mkdocstrings.get_template_logger_function(logger_func) py:param 1 reference/api/#$ -
mkdocstrings.get_template_logger_function(logger_func)) py:param 2 reference/api/#mkdocstrings.get_template_logger_function(logger_func) -
mkdocstrings.get_template_path py:function 1 reference/api/#$ -
mkdocstrings.get_template_path(context) py:param 1 reference/api/#$ -
mkdocstrings.get_template_path(context)) py:param 2 reference/api/#mkdocstrings.get_template_path(context) -
mkdocstrings.makeExtension py:function 1 reference/api/#$ -
To Reproduce
I'll be the one investigating anyway 😎
Full traceback
N/A
Expected behavior
These duplicates shouldn't appear.
Environment information
Latest mkdocstrings.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working