[FIX] odoo: compatibility sphinx2

Cherry-pick of odoo/odoo@2b28dd89b8
This commit is contained in:
Xavier Morel
2019-06-17 16:27:25 +02:00
committed by Martin Trigaux
parent b9a2a1e93b
commit da7f9932cc
3 changed files with 14 additions and 10 deletions
-7
View File
@@ -1,12 +1,5 @@
{% extends "basic/layout.html" %}
{% set script_files = script_files + [
'_static/jquery.min.js',
'_static/bootstrap.js',
'_static/doc.js',
'_static/jquery.noconflict.js',
] %}
{% set classes = [] %}
{% if pagename == master_doc %}
{% set classes = classes + ['index'] %}