[FIX] doc: various
* fix Sphinx 1.6 compatibility leading to the "tiles" on the home page not working anymore: 1.6 replaces BuildEnvironment.reolve_toctree by TocTree().resolve(), while the method still exists it's not actually called anymore * rejigger some CSS as the second section went from one big tile to 3 smaller tiles, and got laid out as a row rather than a second 2x2 block. Recode the entire mess with flexbox, remove some stuff which conflicted with boostrap (this screen should probably be de-boostrapped and completely converted to flexbox or grid) * add building CSS from LESS to the makefile, all Odoo devs should have less installed locally (for assets)
Showing
- doc/Makefile 8 additions, 1 deletiondoc/Makefile
- doc/_extensions/odoo_ext/__init__.py 12 additions, 0 deletionsdoc/_extensions/odoo_ext/__init__.py
- doc/_extensions/odoo_ext/static/layout.less 18 additions, 22 deletionsdoc/_extensions/odoo_ext/static/layout.less
- doc/_extensions/odoo_ext/static/style.css 16 additions, 38 deletionsdoc/_extensions/odoo_ext/static/style.css
- doc/_extensions/odoo_ext/static/style.less 0 additions, 17 deletionsdoc/_extensions/odoo_ext/static/style.less
- doc/conf.py 2 additions, 2 deletionsdoc/conf.py
- doc/reference.rst 2 additions, 0 deletionsdoc/reference.rst
Loading
Please register or sign in to comment