sphinx-contrib / confluencebuilder

Confluence Markup Builder Plugin for Sphinx
BSD 2-Clause "Simplified" License
317 stars 99 forks source link

Rework literal block language overrides #960

Closed jdknight closed 7 months ago

jdknight commented 7 months ago

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 https://github.com/sphinx-doc/sphinx/pull/12203)