[POC] disable 'odoo' pygments style

This commit is contained in:
Victor Feyens 2021-02-16 13:09:30 +01:00
parent bf63a4a447
commit 3838bb93fb
3 changed files with 3 additions and 3 deletions

View File

@ -147,7 +147,7 @@ redirects_file = '../redirects.txt'
html_theme = 'odoo_theme' html_theme = 'odoo_theme'
# The name of the Pygments (syntax highlighting) style to use. # 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. # Add any paths that contain custom themes here, relative to this directory.
html_theme_path = ['extensions'] html_theme_path = ['extensions']

View File

@ -1,4 +1,4 @@
from . import pygments_override # from . import pygments_override
from . import translator from . import translator
import sphinx.builders.html import sphinx.builders.html

View File

@ -1,4 +1,4 @@
[theme] [theme]
inherit = basic inherit = basic
stylesheet = style.css stylesheet = style.css
pygments_style = odoo # pygments_style = odoo