diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index c027fe8..8497e18 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -79,8 +79,6 @@ add_module_names = False # output. They are ignored by default. show_authors = False -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'native' # -- Options for man page output ---------------------------------------------- diff --git a/umn/source/conf.py b/umn/source/conf.py index ff488c9..d09cc13 100644 --- a/umn/source/conf.py +++ b/umn/source/conf.py @@ -70,8 +70,6 @@ copyright = u'2022-present, Open Telekom Cloud' # output. They are ignored by default. show_authors = False -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'native' # -- Options for man page output ----------------------------------------------