From 28de55df6acc5f6af88488cd76562a3e2f8e0e85 Mon Sep 17 00:00:00 2001 From: Cody Glassman Date: Fri, 4 Jul 2025 11:19:04 -0700 Subject: [PATCH] docs - use default pygment style in light mode --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d6f19c38f1..0b953a4275 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -139,7 +139,7 @@ exclude_patterns = [] #show_authors = False # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'default' pygments_style_dark = 'github-dark' # A list of ignored prefixes for module index sorting.