diff --git a/Makefile b/Makefile index 5b6bf304e..e5768df23 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ edi: clean html static: extensions/odoo_theme/static/style.css cp -r extensions/odoo_theme/static/* _build/html/_static/ + cp -r static/* _build/html/_static/ html: extensions/odoo_theme/static/style.css @echo "Starting build..." diff --git a/conf.py b/conf.py index 032aadfe5..c98448ad3 100644 --- a/conf.py +++ b/conf.py @@ -188,7 +188,7 @@ html_js_files = [ 'js/coa-valuation-anglo-saxon.js', ] html_css_files = [ - 'css/accounting.css', + #'css/accounting.css', 'css/legal.css', ] diff --git a/extensions/odoo_theme/layout.html b/extensions/odoo_theme/layout.html index a204bc5a3..86930dbea 100644 --- a/extensions/odoo_theme/layout.html +++ b/extensions/odoo_theme/layout.html @@ -85,18 +85,16 @@ {# Custom landing page on the root of the documentation #} {% include "layout_templates/homepage.html" %} {% else %} -