From 8fb07e4b34b1c1c926489f714a8ecd9dedf4125c Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 26 Nov 2020 02:52:24 +0000 Subject: [PATCH] More contrasty pygment style --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2a8973f07..bbf7bc1ec 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,7 +64,7 @@ else: html_css_files = ["psycopg.css"] # The name of the Pygments (syntax highlighting) style to use. -pygments_style = "friendly" +pygments_style = "default" # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -- 2.47.2