Skip to content

Commit

Permalink
fix for index.html in cep dir
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Sep 16, 2014
1 parent 587705f commit cc5205f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ gh-clean gh-revert clean:
gh-preview html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)
sed -i 's/function top_offset([$$]node){ return [$$]node\[0\].getBoundingClientRect().top; }/function top_offset($$node){ return (typeof $$node[0] === "undefined") ? 0 : $$node[0].getBoundingClientRect().top; }/' ./gh-build/_static/cloud.js
cp $(BUILDDIR)/cep/cep0.html $(BUILDDIR)/cep/index.html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)."

Expand Down
1 change: 0 additions & 1 deletion source/cep/index.rst

This file was deleted.

0 comments on commit cc5205f

Please sign in to comment.