From 31d7753c24d0018c6a35aa41f491052d7ad2fad3 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Wed, 6 Apr 2022 08:18:12 +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 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 ----------------------------------------------