Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 131:0455294e20c4 | 132:a3e765f1ad23 |
|---|---|
| 43 ] | 43 ] |
| 44 | 44 |
| 45 templates_path = ['_templates'] | 45 templates_path = ['_templates'] |
| 46 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] | 46 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
| 47 | 47 |
| 48 highlight_language = "none" | |
| 49 | |
| 48 | 50 |
| 49 # --- Options for todo extension --------------------------------------------- | 51 # --- Options for todo extension --------------------------------------------- |
| 50 todo_include_todos = True | 52 todo_include_todos = True |
| 51 | 53 |
| 52 | 54 |
