From 3fcaf7a66a2694ebcfe0a089486563c36835c88f Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 23 Jul 2012 19:30:30 -0400 Subject: [PATCH] Fixed centering of equations in documentation with Makefile hack. --- docs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Makefile b/docs/Makefile index 8eb1c88087..8909256f3d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -38,6 +38,7 @@ clean: html: $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html + sed -i -e 's/div.body/div.content/' $(BUILDDIR)/html/_static/basic.css @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."