[POC] disable 'odoo' pygments style
This commit is contained in:
parent
bf63a4a447
commit
3838bb93fb
2
conf.py
2
conf.py
@ -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']
|
||||||
|
@ -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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[theme]
|
[theme]
|
||||||
inherit = basic
|
inherit = basic
|
||||||
stylesheet = style.css
|
stylesheet = style.css
|
||||||
pygments_style = odoo
|
# pygments_style = odoo
|
||||||
|
Loading…
Reference in New Issue
Block a user