Revert "[POC] disable 'odoo' pygments style"
This reverts commit 3838bb93fb
.
This commit is contained in:
parent
a832ef8a87
commit
fd49dfa572
2
conf.py
2
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']
|
||||
|
@ -1,4 +1,4 @@
|
||||
# from . import pygments_override
|
||||
from . import pygments_override
|
||||
from . import translator
|
||||
|
||||
import sphinx.builders.html
|
||||
|
@ -1,4 +1,4 @@
|
||||
[theme]
|
||||
inherit = basic
|
||||
stylesheet = style.css
|
||||
# pygments_style = odoo
|
||||
pygments_style = odoo
|
||||
|
Loading…
Reference in New Issue
Block a user