Skip to content

Commit

Permalink
directive: common: Remove unused/wrong option
Browse files Browse the repository at this point in the history
Collapsible has no "path" option.

Signed-off-by: Jorge Marques <jorge.marques@analog.com>
  • Loading branch information
gastmaier committed Jan 14, 2025
1 parent 292acb2 commit 0853196
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adi_doctools/directive/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ def collapsible(self, section, text: [str, Tuple[str, str]] = "", node=None):


class directive_collapsible(directive_base):
option_spec = {'path': directives.unchanged}
required_arguments = 1
optional_arguments = 0

Expand Down

0 comments on commit 0853196

Please sign in to comment.