From 968806a5b8ae742c9c02be3716eecc1ccd350a3b Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 22 Mar 2021 17:26:34 -0400 Subject: [PATCH] Use default pygments theme The default theme looks a lot better than the default theme with the green background. --- python_docs_theme/theme.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_docs_theme/theme.conf b/python_docs_theme/theme.conf index bffa8c1c..ac8f097c 100644 --- a/python_docs_theme/theme.conf +++ b/python_docs_theme/theme.conf @@ -1,7 +1,7 @@ [theme] inherit = default stylesheet = pydoctheme.css -pygments_style = sphinx +pygments_style = default [options] bodyfont = 'Lucida Grande', Arial, sans-serif