diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 3539dcfe85..0e3898f3da 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -98,7 +98,7 @@ add_module_names = False show_authors = False # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'native' # -- Options for man page output ---------------------------------------------- diff --git a/doc/source/conf.py b/doc/source/conf.py index a8e63687bd..ca13aa69c3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -125,7 +125,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' # A list of glob-style patterns that should be excluded when looking for # source files. They are matched against the source file names relative to the diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 01c1b85b22..9fd61cf7a8 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -104,7 +104,7 @@ exclude_patterns = [] # show_authors = False # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'native' # A list of ignored prefixes for module index sorting. # modindex_common_prefix = []