From 71770e23ed49fd0b830ebc2c5b2af573c008ebc4 Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 15 May 2026 16:06:38 +0100 Subject: [PATCH] Use default pygments style for sphinx docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 52bb50a8d..e03429ef8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -133,7 +133,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'sphinx_exts', 'include' #show_authors = False # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'default' # A list of ignored prefixes for module index sorting. #modindex_common_prefix = []