From dc3f81148f01a03060e8b62f6e765969592b97ef Mon Sep 17 00:00:00 2001 From: alphasentaurii Date: Thu, 5 Dec 2024 11:12:57 -0500 Subject: [PATCH] use monokai for syntax highlighting in light mode also --- 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 e954742e..c080661b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -78,7 +78,7 @@ language = "en" # The name of the Pygments (syntax highlighting) style to use. -# pygments_style = "sphinx" +pygments_style = "monokai" # The reST default role (used for this markup: `text`) to use for all documents. default_role = "ref"