From: Daniele Varrazzo Date: Thu, 26 Nov 2020 02:52:24 +0000 (+0000) Subject: More contrasty pygment style X-Git-Tag: 3.0.dev0~306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fb07e4b34b1c1c926489f714a8ecd9dedf4125c;p=thirdparty%2Fpsycopg.git More contrasty pygment style --- 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.