
The previous makefile was compiling css beside the style.scss and the style.css was copied at the end. The new makefile compile css directly in the build dir. Since this file was still present in the source because of the .gitignore, sphinx was using this old version of style.css, overriding the new compiled css file at the end. Removing it from gitignore should helpFix this problem. This commit also fix some path in makefile. (not critical but this should fix a potential error in static command) closes odoo/documentation#1084 Signed-off-by: Antoine Vandevenne (anv) <AntoineVDV@users.noreply.github.com>
10 lines
65 B
Plaintext
10 lines
65 B
Plaintext
*.pyc
|
|
.*
|
|
*.mo
|
|
|
|
# Sphinx build files
|
|
_build/
|
|
|
|
# Dependencies
|
|
odoo
|