Collapse versioning directives #52
JacobCoffee
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
It would be better to create a sphinx extension to group the version changes into a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In some libs like Flask or Click (?) when there are multiple versioning directives they are collapsed into a dropdown.
e.g.,
.. versionadded: 1.0
would just be visible, butWould be collapsed.
Currently we get just a bunch of admonitions:
it would be cool to autodetect multiple and throw them into sphinx-dropdown (or even prettier,
sphinx-togglebutton
)Beta Was this translation helpful? Give feedback.
All reactions