diff --git a/conf.py b/conf.py index 5ee05a122..32d25eee4 100644 --- a/conf.py +++ b/conf.py @@ -147,7 +147,7 @@ redirects_file = '../redirects.txt' html_theme = 'odoo_theme' # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'odoo' +# pygments_style = 'odoo' # Add any paths that contain custom themes here, relative to this directory. html_theme_path = ['extensions'] diff --git a/extensions/odoo_theme/__init__.py b/extensions/odoo_theme/__init__.py index c9dc239b7..2a40fda53 100644 --- a/extensions/odoo_theme/__init__.py +++ b/extensions/odoo_theme/__init__.py @@ -1,4 +1,4 @@ -from . import pygments_override +# from . import pygments_override from . import translator import sphinx.builders.html diff --git a/extensions/odoo_theme/theme.conf b/extensions/odoo_theme/theme.conf index cdac6eeaf..72dc300d2 100644 --- a/extensions/odoo_theme/theme.conf +++ b/extensions/odoo_theme/theme.conf @@ -1,4 +1,4 @@ [theme] inherit = basic stylesheet = style.css -pygments_style = odoo +# pygments_style = odoo