[IMP] js: js domain css customization

closes odoo/documentation#1206

Signed-off-by: Simon Genin (ges@odoo) <ges@odoo.com>
This commit is contained in:
Simon Genin (ges)
2021-10-22 07:52:46 +00:00
parent d72c3fdd8b
commit 05a0a49a20
2 changed files with 43 additions and 1 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ html_permalinks = True # Sphinx >= 3.5
# Additional JS & CSS files that can be imported with the 'custom-js' and 'custom-css' metadata.
# Lists are empty because the files are specified in extensions/themes.
html_js_files = []
html_css_files = []
html_css_files = ["css/js.css"]
# PHP lexer option to not require <?php
highlight_options = {