changeset 48:fcc34b24ded7

Test with alternating Pygments styles
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 26 Apr 2026 15:06:58 +0200
parents c41bd33b511c
children 5c0f26a21e81
files docs/conf.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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 -------------------------------------------------