Thanks for extension, very helpful in the docs !
I wonder if it could be possible to override toggle button text once it is already configured conf.py ?
We have conf.py:
# toggle button hint text
togglebutton_hint = "Show default setup"
togglebutton_hint_hide = "Hide default setup"
and in the docstring (RST) I'd like to write another title for the button
"""Some docstring
.. toggle:: Output
test test
"""
Thanks!