Skip to content

Commit

Permalink
👌 IMPROVE: Override of sphinx-panels dropdown directive (#20)
Browse files Browse the repository at this point in the history
This commit increases the priority of the `DropdownHtmlTransform`,
to be above that of the same post-transform in sphinx-panels
(see https://github.com/executablebooks/sphinx-panels/blob/4a310ebb0f2ba358a5ab08db07c3b9afbeb2bb96/sphinx_panels/dropdown.py#L113)
  • Loading branch information
chrisjsewell authored Aug 13, 2021
1 parent 9848dc5 commit c456b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_design/dropdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class DropdownHtmlTransform(SphinxPostTransform):
"""

default_priority = 200
default_priority = 199
formats = ("html",)

def run(self):
Expand Down

0 comments on commit c456b9d

Please sign in to comment.