From 27f66d0ea8c9669f73340f7f9aa09707b0e52565 Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Tue, 26 Mar 2024 18:02:15 +0000 Subject: [PATCH] Update docs/source/conf.py --- docs/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5ad8dcf..e00d3f4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -42,3 +42,5 @@ html_static_path = ['_static'] html_css_files = [ 'css/custom.css', ] + +pygments_style = "sphinx" \ No newline at end of file