Fixed centering of equations in documentation with Makefile hack.

This commit is contained in:
Paul Romano 2012-07-23 19:30:30 -04:00
parent 67cda4c736
commit 3fcaf7a66a

View file

@ -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."