Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirFokow committed Feb 5, 2024
1 parent 7c512d2 commit bf1e507
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sphinx_toolbox/collapse.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
r"""
Adds a collapsible section to an HTML page using a details_ element.
.. _details: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details>
.. _details: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details
.. versionadded:: 2.5.0
.. extensions:: sphinx_toolbox.collapse
Expand All @@ -17,7 +17,7 @@
Adds a collapsible section to an HTML page using a details_ element.
.. _details: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details>
.. _details: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details
With non-HTML builders, the content will be added as-is.
Expand Down Expand Up @@ -104,7 +104,7 @@ class CollapseDirective(SphinxDirective):
r"""
A Sphinx directive to add a collapsible section to an HTML page using a details_ element.
.. _details: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details>
.. _details: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details
"""

final_argument_whitespace: bool = True
Expand Down

0 comments on commit bf1e507

Please sign in to comment.