Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff docs/conf.py @ 48:fcc34b24ded7
Test with alternating Pygments styles
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 26 Apr 2026 15:06:58 +0200 |
| parents | 6ac1ea5d2d4a |
| children | 5c0f26a21e81 |
line wrap: on
line diff
--- a/docs/conf.py Sun Apr 26 10:05:33 2026 +0200 +++ b/docs/conf.py Sun Apr 26 15:06:58 2026 +0200 @@ -19,6 +19,8 @@ templates_path = ['_templates'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] +pygments_tyle = "sphinx" +#pygments_style = "default" # -- Options for HTML output -------------------------------------------------
