# HG changeset patch # User Franz Glasner # Date 1777208818 -7200 # Node ID fcc34b24ded7c930525de8a90b04ed0141e0ffbf # Parent c41bd33b511c0ded972802b9bc6a7a51d47eb26a Test with alternating Pygments styles diff -r c41bd33b511c -r fcc34b24ded7 docs/conf.py --- 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 -------------------------------------------------