Skip to content

Commit c456b9d

Browse files
authored
👌 IMPROVE: Override of sphinx-panels dropdown directive (#20)
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)
1 parent 9848dc5 commit c456b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_design/dropdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class DropdownHtmlTransform(SphinxPostTransform):
136136
137137
"""
138138

139-
default_priority = 200
139+
default_priority = 199
140140
formats = ("html",)
141141

142142
def run(self):

0 commit comments

Comments
 (0)