diff options
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index af15cf7..faff562 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -54,7 +54,7 @@ add_function_parentheses = True add_module_names = True # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'native' # -- Options for HTML output -------------------------------------------------- |