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

Rework literal block language overrides #960

Merged
merged 5 commits into from
Apr 17, 2024

Commits on Apr 17, 2024

  1. rework literal block language overrides

    Instead of using a transform for users to define overrides for certain
    language types, use a dictionary as well. This will help ensure the
    configuration is picklable for a cache state (and also avoid a warning
    in Sphinx v7.3.x).
    
    Signed-off-by: James Knight <james.d.knight@live.com>
    jdknight committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    edd1939 View commit details
    Browse the repository at this point in the history
  2. config: add a deprecated warning type for log suppression

    Provide a specific subtype `deprecated`, to allow a configuration to
    ignore any deprecated configuration messages from this extension.
    
    Signed-off-by: James Knight <james.d.knight@live.com>
    jdknight committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d74f4cc View commit details
    Browse the repository at this point in the history
  3. tests: validate new language override changes

    Signed-off-by: James Knight <james.d.knight@live.com>
    jdknight committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b61d736 View commit details
    Browse the repository at this point in the history
  4. doc: document new language override changes

    Signed-off-by: James Knight <james.d.knight@live.com>
    jdknight committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6bfb687 View commit details
    Browse the repository at this point in the history
  5. doc: document new suppress-warning option

    Signed-off-by: James Knight <james.d.knight@live.com>
    jdknight committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2e327fe View commit details
    Browse the repository at this point in the history