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

Conversation

jdknight
Copy link
Member

Instead of using a transform for users to define overrides for certain language types, promote a dictionary instead. This will help ensure the configuration is picklable for a cache state (and also avoid a warning in Sphinx v7.3.x).

(related to sphinx-doc/sphinx#12203)

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>
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>
Signed-off-by: James Knight <james.d.knight@live.com>
Signed-off-by: James Knight <james.d.knight@live.com>
Signed-off-by: James Knight <james.d.knight@live.com>
@jdknight jdknight merged commit c24e898 into main Apr 17, 2024
30 checks passed
@jdknight jdknight deleted the migrate-away-from-select-transforms branch April 17, 2024 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant