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