# HG changeset patch # User Franz Glasner # Date 1778099799 -7200 # Node ID a3e765f1ad23a1be3a043c17f52f917ef7cc5089 # Parent 0455294e20c451ae1dff54f8d9f6a8ca61a59609 Explicitely set "highlight_languge" to "none" in the docs configuration. Want every code-block explicitely annotated with its language. diff -r 0455294e20c4 -r a3e765f1ad23 docs/conf.py --- a/docs/conf.py Wed May 06 21:35:06 2026 +0200 +++ b/docs/conf.py Wed May 06 22:36:39 2026 +0200 @@ -45,6 +45,8 @@ templates_path = ['_templates'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] +highlight_language = "none" + # --- Options for todo extension --------------------------------------------- todo_include_todos = True