Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Generated gh-pages for commit ed8e64a
Author: ldx <ldx@nilvec.com>

    Add sphinx stuff back.
  • Loading branch information
ldx committed Feb 8, 2013
1 parent 659c5a2 commit 2fdd0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Expand Up @@ -93,7 +93,7 @@ doctest:
gh-pages:
git checkout gh-pages
git checkout master $(GH_PAGES_SOURCES)
sudo make html && cp -rf _build/html/* ../ && sudo rm -rf _build
sudo make html && cp -rf _build/html/* _static _templates ../ && sudo rm -rf _build
git add ../*.* ../_*
git commit -m "Generated gh-pages for `git log master -1 --pretty=short --abbrev-commit`" && git push origin gh-pages
git reset --hard
Expand Down

0 comments on commit 2fdd0cb

Please sign in to comment.