Skip to content

Commit

Permalink
Sort options alphabetically
Browse files Browse the repository at this point in the history
That way it will be easy to decide where to add new options.
  • Loading branch information
bunder committed Dec 29, 2019
1 parent e1b3f7e commit 894734f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sphinxcontrib/plantuml.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ class UmlDirective(Directive):
optional_arguments = 1
option_spec = {
'alt': directives.unchanged,
'align': align,
'caption': directives.unchanged,
'height': directives.length_or_unitless,
'width': directives.length_or_percentage_or_unitless,
'scale': directives.percentage,
'align': align,
'html_format': html_format,
'latex_format': latex_format,
'scale': directives.percentage,
'width': directives.length_or_percentage_or_unitless,
}

def run(self):
Expand Down

0 comments on commit 894734f

Please sign in to comment.