From 19ea30a4d94ffc88d02b80eaf300565b9433cd39 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Wed, 6 Apr 2022 08:30:23 +0200 Subject: [PATCH] Use default pygments style (#2) Use default pygments style Fixes docsportal#27 Reviewed-by: kucerakk --- api-ref/source/conf.py | 2 -- umn/source/conf.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index fb197ec..a69bee6 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 790a1d3..82bf0bd 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 ----------------------------------------------