Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

👌 IMPROVE: Replace sphinx-togglebutton with built-in functionality #446

Merged
merged 1 commit into from
Sep 29, 2022

Commits on Sep 29, 2022

  1. 👌 IMPROVE: Replace sphinx-togglebutton with built-in functionality

    This allows for tighter integration with myst-nb:
    
    - Nicer rendering of the hidden content
    - Customisation of the hide/show prompts
    
    The implementation uses "static" details/summary HTML tags directly + CSS,
    similar to sphinx-design,
    rather than the JS implementation used by sphinx-togglebutton.
    chrisjsewell committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    c466e93 View commit details
    Browse the repository at this point in the history