Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff docs/conf.py @ 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 | a3ed7d8231d7 |
| children | 62407bd73ba8 |
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
