changeset 132:a3e765f1ad23

Explicitely set "highlight_languge" to "none" in the docs configuration. Want every code-block explicitely annotated with its language.
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 06 May 2026 22:36:39 +0200
parents 0455294e20c4
children c90be4a80c1a
files docs/conf.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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