[FIX] Report should not have name None.pdf.
[odoo/odoo.git] / doc / Makefile
index a8ff959..c1eff18 100644 (file)
@@ -2,7 +2,7 @@
 #
 
 # You can set these variables from the command line.
-SPHINXOPTS    =
+SPHINXOPTS    = -q
 SPHINXBUILD   = sphinx-build
 PAPER         =
 BUILDDIR      = _build
@@ -48,6 +48,7 @@ html:
 
 dirhtml:
        $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
+       sed -i '/-99999/d' _build/dirhtml/_static/flasky.css
        @echo
        @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."